mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-24 18:47:30 +00:00
Yeoman generator, when running on Windows, ensures you have NPM 3+. Fixes #82.
This commit is contained in:
@@ -10,12 +10,14 @@
|
||||
"author": "Microsoft",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@types/semver": "^5.3.30",
|
||||
"diff": "^2.2.2",
|
||||
"gitignore-parser": "0.0.2",
|
||||
"glob": "^7.0.3",
|
||||
"lodash": "^4.11.1",
|
||||
"mkdirp": "^0.5.1",
|
||||
"rimraf": "^2.5.2"
|
||||
"rimraf": "^2.5.2",
|
||||
"semver": "^5.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/glob": "^5.0.30",
|
||||
|
||||
Reference in New Issue
Block a user