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:
parent
70ad900f59
commit
1115a0aff5
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue