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": [
|
"include": [
|
||||||
"appsettings.json",
|
"appsettings.json",
|
||||||
"ClientApp",
|
"ClientApp",
|
||||||
|
"node_modules",
|
||||||
"typings",
|
"typings",
|
||||||
"Views",
|
"Views",
|
||||||
"tsconfig.json",
|
"tsconfig.json",
|
||||||
|
|
|
||||||
|
|
@ -55,6 +55,7 @@
|
||||||
"include": [
|
"include": [
|
||||||
"appsettings.json",
|
"appsettings.json",
|
||||||
"ClientApp",
|
"ClientApp",
|
||||||
|
"node_modules",
|
||||||
"typings",
|
"typings",
|
||||||
"Views",
|
"Views",
|
||||||
"tsconfig.json",
|
"tsconfig.json",
|
||||||
|
|
|
||||||
|
|
@ -55,6 +55,7 @@
|
||||||
"include": [
|
"include": [
|
||||||
"appsettings.json",
|
"appsettings.json",
|
||||||
"ClientApp",
|
"ClientApp",
|
||||||
|
"node_modules",
|
||||||
"typings",
|
"typings",
|
||||||
"Views",
|
"Views",
|
||||||
"tsconfig.json",
|
"tsconfig.json",
|
||||||
|
|
|
||||||
|
|
@ -55,6 +55,7 @@
|
||||||
"include": [
|
"include": [
|
||||||
"appsettings.json",
|
"appsettings.json",
|
||||||
"ClientApp",
|
"ClientApp",
|
||||||
|
"node_modules",
|
||||||
"typings",
|
"typings",
|
||||||
"Views",
|
"Views",
|
||||||
"tsconfig.json",
|
"tsconfig.json",
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "generator-aspnetcore-spa",
|
"name": "generator-aspnetcore-spa",
|
||||||
"version": "0.1.7",
|
"version": "0.1.8",
|
||||||
"description": "Single-Page App templates for ASP.NET Core",
|
"description": "Single-Page App templates for ASP.NET Core",
|
||||||
"author": "Microsoft",
|
"author": "Microsoft",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue