diff --git a/templates/Angular2Spa/project.json b/templates/Angular2Spa/project.json index 0bd38bf..7c2ae8f 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 d4ca601..893c277 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 c2e364d..7149c36 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 c2e364d..7149c36 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 70af196..a54ef5b 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",