From ce6cdfd2bcef76ab7f55c8e2a7828209a210a4c3 Mon Sep 17 00:00:00 2001 From: SteveSandersonMS Date: Wed, 22 Jun 2016 13:47:44 +0100 Subject: [PATCH] Templates should also publish node_modules, since it's used at runtime --- templates/Angular2Spa/project.json | 1 + templates/KnockoutSpa/project.json | 1 + templates/ReactReduxSpa/project.json | 1 + templates/ReactSpa/project.json | 1 + templates/yeoman/src/generator/package.json | 2 +- 5 files changed, 5 insertions(+), 1 deletion(-) 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",