Skip to content

Commit ce6cdfd

Browse files
Templates should also publish node_modules, since it's used at runtime
1 parent 64caa7c commit ce6cdfd

File tree

5 files changed

+5
-1
lines changed

5 files changed

+5
-1
lines changed

templates/Angular2Spa/project.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
"include": [
5656
"appsettings.json",
5757
"ClientApp",
58+
"node_modules",
5859
"typings",
5960
"Views",
6061
"tsconfig.json",

templates/KnockoutSpa/project.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
"include": [
5656
"appsettings.json",
5757
"ClientApp",
58+
"node_modules",
5859
"typings",
5960
"Views",
6061
"tsconfig.json",

templates/ReactReduxSpa/project.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
"include": [
5656
"appsettings.json",
5757
"ClientApp",
58+
"node_modules",
5859
"typings",
5960
"Views",
6061
"tsconfig.json",

templates/ReactSpa/project.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
"include": [
5656
"appsettings.json",
5757
"ClientApp",
58+
"node_modules",
5859
"typings",
5960
"Views",
6061
"tsconfig.json",

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.7",
3+
"version": "0.1.8",
44
"description": "Single-Page App templates for ASP.NET Core",
55
"author": "Microsoft",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)