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:
SteveSandersonMS
2017-02-13 14:38:44 +00:00
parent 70ad900f59
commit 1115a0aff5
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
{ {
"name": "Angular2Spa", "name": "WebApplicationBasic",
"version": "0.0.0", "version": "0.0.0",
"scripts": { "scripts": {
"test": "karma start ClientApp/test/karma.conf.js" "test": "karma start ClientApp/test/karma.conf.js"

View File

@@ -1,5 +1,5 @@
{ {
"name": "AureliaSpa", "name": "WebApplicationBasic",
"version": "0.0.0", "version": "0.0.0",
"dependencies": { "dependencies": {
"aurelia-bootstrapper-webpack": "^1.0.0", "aurelia-bootstrapper-webpack": "^1.0.0",