Skip to content

Commit 1e7912b

Browse files
package.json tweaks
1 parent b51a035 commit 1e7912b

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

templates/Angular2Spa/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"aspnet-webpack": "^1.0.1",
2525
"css": "^2.2.1",
2626
"isomorphic-fetch": "^2.2.1",
27-
"preboot": "^2.0.5",
27+
"preboot": "2.0.5",
2828
"rxjs": "5.0.0-beta.2",
2929
"webpack-externals-plugin": "^1.0.0"
3030
}

templates/yeoman/src/generator/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
"name": "generator-aspnet-spa",
33
"version": "0.1.0",
44
"description": "Single-Page App templates for ASP.NET Core",
5-
"files": ["templates"],
5+
"author": "Microsoft",
6+
"license": "Apache-2.0",
7+
"files": ["app"],
68
"keywords": ["yeoman-generator"],
79
"dependencies": {
810
"yeoman-generator": "^0.20.2"

0 commit comments

Comments
 (0)