mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-22 17:47:53 +00:00
Fix package.json files in Angular2Spa and AureliaSpa to have replaceable name (not hardcoded as Angular2Spa, etc.). Other templates were already set up like this.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "Angular2Spa",
|
||||
"name": "WebApplicationBasic",
|
||||
"version": "0.0.0",
|
||||
"scripts": {
|
||||
"test": "karma start ClientApp/test/karma.conf.js"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "AureliaSpa",
|
||||
"name": "WebApplicationBasic",
|
||||
"version": "0.0.0",
|
||||
"dependencies": {
|
||||
"aurelia-bootstrapper-webpack": "^1.0.0",
|
||||
|
||||
Reference in New Issue
Block a user