Skip to content

Commit 6f8055b

Browse files
Update Yeoman generators to use aspnet-prerendering 1.0.2+ and publish as version 0.1.5
1 parent 9fabfd5 commit 6f8055b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

templates/Angular2Spa/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@angular/router": "2.0.0-rc.1",
2929
"@angular/router-deprecated": "2.0.0-rc.1",
3030
"angular2-universal": "0.100.3",
31-
"aspnet-prerendering": "^1.0.1",
31+
"aspnet-prerendering": "^1.0.2",
3232
"aspnet-webpack": "^1.0.1",
3333
"css": "^2.2.1",
3434
"isomorphic-fetch": "^2.2.1",

templates/ReactReduxSpa/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"webpack-hot-middleware": "^2.10.0"
2121
},
2222
"dependencies": {
23-
"aspnet-prerendering": "^1.0.0",
23+
"aspnet-prerendering": "^1.0.2",
2424
"aspnet-webpack": "^1.0.2",
2525
"babel-core": "^6.5.2",
2626
"domain-task": "^1.0.0",

templates/yeoman/src/generator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "generator-aspnetcore-spa",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"description": "Single-Page App templates for ASP.NET Core",
55
"author": "Microsoft",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)