mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-22 17:47:53 +00:00
Templates should also publish node_modules, since it's used at runtime
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user