Updated npm install to use the configuration wizard

This commit is contained in:
NGPixel
2017-04-04 21:50:12 -04:00
parent b7442443d3
commit 3b4402fb28
2 changed files with 80 additions and 35 deletions

View File

@@ -29,12 +29,15 @@
},
"homepage": "https://github.com/Requarks/wiki#readme",
"dependencies": {
"bluebird": "^3.4.7",
"follow-redirects": "^1.2.1",
"fs-extra": "^2.0.0",
"bluebird": "^3.5.0",
"colors": "^1.1.2",
"execa": "^0.6.3",
"follow-redirects": "^1.2.3",
"fs-extra": "^2.1.2",
"inquirer": "^3.0.6",
"lodash": "^4.17.4",
"ora": "^1.1.0",
"pm2": "^2.4.0",
"ora": "^1.2.0",
"pm2": "^2.4.3",
"tar": "^2.2.1"
}
}