We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b51a035 commit 1e7912bCopy full SHA for 1e7912b
2 files changed
templates/Angular2Spa/package.json
@@ -24,7 +24,7 @@
24
"aspnet-webpack": "^1.0.1",
25
"css": "^2.2.1",
26
"isomorphic-fetch": "^2.2.1",
27
- "preboot": "^2.0.5",
+ "preboot": "2.0.5",
28
"rxjs": "5.0.0-beta.2",
29
"webpack-externals-plugin": "^1.0.0"
30
}
templates/yeoman/src/generator/package.json
@@ -2,7 +2,9 @@
2
"name": "generator-aspnet-spa",
3
"version": "0.1.0",
4
"description": "Single-Page App templates for ASP.NET Core",
5
- "files": ["templates"],
+ "author": "Microsoft",
6
+ "license": "Apache-2.0",
7
+ "files": ["app"],
8
"keywords": ["yeoman-generator"],
9
"dependencies": {
10
"yeoman-generator": "^0.20.2"
0 commit comments