Templates should also publish node_modules, since it's used at runtime
This commit is contained in:
parent
64caa7c86a
commit
ce6cdfd2bc
|
|
@ -55,6 +55,7 @@
|
|||
"include": [
|
||||
"appsettings.json",
|
||||
"ClientApp",
|
||||
"node_modules",
|
||||
"typings",
|
||||
"Views",
|
||||
"tsconfig.json",
|
||||
|
|
|
|||
|
|
@ -55,6 +55,7 @@
|
|||
"include": [
|
||||
"appsettings.json",
|
||||
"ClientApp",
|
||||
"node_modules",
|
||||
"typings",
|
||||
"Views",
|
||||
"tsconfig.json",
|
||||
|
|
|
|||
|
|
@ -55,6 +55,7 @@
|
|||
"include": [
|
||||
"appsettings.json",
|
||||
"ClientApp",
|
||||
"node_modules",
|
||||
"typings",
|
||||
"Views",
|
||||
"tsconfig.json",
|
||||
|
|
|
|||
|
|
@ -55,6 +55,7 @@
|
|||
"include": [
|
||||
"appsettings.json",
|
||||
"ClientApp",
|
||||
"node_modules",
|
||||
"typings",
|
||||
"Views",
|
||||
"tsconfig.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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue