diff --git a/templates/Angular2Spa/project.json b/templates/Angular2Spa/project.json index 0bd38bf967..7c2ae8f580 100755 --- a/templates/Angular2Spa/project.json +++ b/templates/Angular2Spa/project.json @@ -55,6 +55,7 @@ "include": [ "appsettings.json", "ClientApp", + "node_modules", "typings", "Views", "tsconfig.json", diff --git a/templates/KnockoutSpa/project.json b/templates/KnockoutSpa/project.json index d4ca601ad6..893c277011 100755 --- a/templates/KnockoutSpa/project.json +++ b/templates/KnockoutSpa/project.json @@ -55,6 +55,7 @@ "include": [ "appsettings.json", "ClientApp", + "node_modules", "typings", "Views", "tsconfig.json", diff --git a/templates/ReactReduxSpa/project.json b/templates/ReactReduxSpa/project.json index c2e364d573..7149c369b3 100755 --- a/templates/ReactReduxSpa/project.json +++ b/templates/ReactReduxSpa/project.json @@ -55,6 +55,7 @@ "include": [ "appsettings.json", "ClientApp", + "node_modules", "typings", "Views", "tsconfig.json", diff --git a/templates/ReactSpa/project.json b/templates/ReactSpa/project.json index c2e364d573..7149c369b3 100755 --- a/templates/ReactSpa/project.json +++ b/templates/ReactSpa/project.json @@ -55,6 +55,7 @@ "include": [ "appsettings.json", "ClientApp", + "node_modules", "typings", "Views", "tsconfig.json", diff --git a/templates/yeoman/src/generator/package.json b/templates/yeoman/src/generator/package.json index 70af196db2..a54ef5b11e 100644 --- a/templates/yeoman/src/generator/package.json +++ b/templates/yeoman/src/generator/package.json @@ -1,6 +1,6 @@ { "name": "generator-aspnetcore-spa", - "version": "0.1.7", + "version": "0.1.8", "description": "Single-Page App templates for ASP.NET Core", "author": "Microsoft", "license": "Apache-2.0",