Templates should also publish node_modules, since it's used at runtime

This commit is contained in:
SteveSandersonMS
2016-06-22 13:47:44 +01:00
parent 64caa7c86a
commit ce6cdfd2bc
5 changed files with 5 additions and 1 deletions

View File

@@ -55,6 +55,7 @@
"include": [
"appsettings.json",
"ClientApp",
"node_modules",
"typings",
"Views",
"tsconfig.json",

View File

@@ -55,6 +55,7 @@
"include": [
"appsettings.json",
"ClientApp",
"node_modules",
"typings",
"Views",
"tsconfig.json",

View File

@@ -55,6 +55,7 @@
"include": [
"appsettings.json",
"ClientApp",
"node_modules",
"typings",
"Views",
"tsconfig.json",

View File

@@ -55,6 +55,7 @@
"include": [
"appsettings.json",
"ClientApp",
"node_modules",
"typings",
"Views",
"tsconfig.json",

View File

@@ -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",