Skip to content

Commit c495549

Browse files
committed
Merge pull request DeborahK#4 from kenno/master
Replace deprecated "concurrent" command with "concurrently"
2 parents a5fee94 + f26076e commit c495549

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

APM - Final/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"author": "Deborah Kurata",
55
"description": "Package for the Acme Product Management sample application",
66
"scripts": {
7-
"start": "concurrent \"npm run tsc:w\" \"npm run lite\" ",
7+
"start": "concurrently \"npm run tsc:w\" \"npm run lite\" ",
88
"tsc": "tsc",
99
"tsc:w": "tsc -w",
1010
"lint": "tslint ./app/**/*.ts -t verbose",
@@ -30,4 +30,4 @@
3030
"typings": "^0.7.12"
3131
},
3232
"repository": {}
33-
}
33+
}

APM - Start/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"author": "Deborah Kurata",
55
"description": "Package for the Acme Product Management sample application",
66
"scripts": {
7-
"start": "concurrent \"npm run tsc:w\" \"npm run lite\" ",
7+
"start": "concurrently \"npm run tsc:w\" \"npm run lite\" ",
88
"tsc": "tsc",
99
"tsc:w": "tsc -w",
1010
"lite": "lite-server",
@@ -28,4 +28,4 @@
2828
"typings": "^0.7.12"
2929
},
3030
"repository": {}
31-
}
31+
}

0 commit comments

Comments
 (0)