Skip to content
This repository was archived by the owner on Apr 8, 2020. It is now read-only.

Commit 1115a0a

Browse files
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.
1 parent 70ad900 commit 1115a0a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

templates/Angular2Spa/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "Angular2Spa",
2+
"name": "WebApplicationBasic",
33
"version": "0.0.0",
44
"scripts": {
55
"test": "karma start ClientApp/test/karma.conf.js"

templates/AureliaSpa/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "AureliaSpa",
2+
"name": "WebApplicationBasic",
33
"version": "0.0.0",
44
"dependencies": {
55
"aurelia-bootstrapper-webpack": "^1.0.0",

0 commit comments

Comments
 (0)