Fix NPM config for Yeoman generator

This commit is contained in:
SteveSandersonMS
2016-04-29 12:35:13 +01:00
parent 1e7912b8b6
commit abf79af5ca
2 changed files with 11 additions and 3 deletions

View File

@@ -0,0 +1 @@
/node_modules/

View File

@@ -1,12 +1,19 @@
{
"name": "generator-aspnet-spa",
"version": "0.1.0",
"version": "0.1.1",
"description": "Single-Page App templates for ASP.NET Core",
"author": "Microsoft",
"license": "Apache-2.0",
"files": ["app"],
"keywords": ["yeoman-generator"],
"files": [
"app"
],
"keywords": [
"yeoman-generator"
],
"dependencies": {
"glob": "^7.0.3",
"node-uuid": "^1.4.7",
"to-pascal-case": "^1.0.0",
"yeoman-generator": "^0.20.2"
}
}