package.json tweaks

This commit is contained in:
SteveSandersonMS
2016-04-29 11:56:33 +01:00
parent b51a035c68
commit 1e7912b8b6
2 changed files with 4 additions and 2 deletions

View File

@@ -24,7 +24,7 @@
"aspnet-webpack": "^1.0.1", "aspnet-webpack": "^1.0.1",
"css": "^2.2.1", "css": "^2.2.1",
"isomorphic-fetch": "^2.2.1", "isomorphic-fetch": "^2.2.1",
"preboot": "^2.0.5", "preboot": "2.0.5",
"rxjs": "5.0.0-beta.2", "rxjs": "5.0.0-beta.2",
"webpack-externals-plugin": "^1.0.0" "webpack-externals-plugin": "^1.0.0"
} }

View File

@@ -2,7 +2,9 @@
"name": "generator-aspnet-spa", "name": "generator-aspnet-spa",
"version": "0.1.0", "version": "0.1.0",
"description": "Single-Page App templates for ASP.NET Core", "description": "Single-Page App templates for ASP.NET Core",
"files": ["templates"], "author": "Microsoft",
"license": "Apache-2.0",
"files": ["app"],
"keywords": ["yeoman-generator"], "keywords": ["yeoman-generator"],
"dependencies": { "dependencies": {
"yeoman-generator": "^0.20.2" "yeoman-generator": "^0.20.2"