Skip to content

Commit bf69b16

Browse files
khalillecheltwardbell
authored andcommitted
use consisten naming convention for npm tasks and use npm-run-all for docker task
1 parent ae1f364 commit bf69b16

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
<a name="0.1.14"></a>
2+
# 0.1.13 (2016-04-07)
3+
* update packages
4+
* Angular 2 beta 14
5+
* lite-server 2.2.0
6+
* typings 0.7.12
7+
18
<a name="0.1.13"></a>
29
# 0.1.13 (2016-03-31)
310
* update packages
@@ -16,4 +23,4 @@
1623
* Angular 2 beta 11
1724
* zones 0.6.4
1825
* typescript 1.8.9
19-
* typings 0.7.9
26+
* typings 0.7.9

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "angular2-quickstart",
33
"version": "1.0.0",
44
"scripts": {
5-
"start": "npm-run-all --parallel tsc:w lite",
5+
"start": "tsc && concurrently \"npm run tsc:w\" \"npm run lite\" ",
66
"tsc": "tsc",
77
"tsc:w": "tsc -w",
88
"lite": "lite-server",
@@ -14,17 +14,17 @@
1414
},
1515
"license": "ISC",
1616
"dependencies": {
17-
"angular2": "2.0.0-beta.13",
17+
"angular2": "2.0.0-beta.14",
1818
"systemjs": "0.19.25",
1919
"es6-shim": "^0.35.0",
2020
"reflect-metadata": "0.1.2",
2121
"rxjs": "5.0.0-beta.2",
2222
"zone.js": "0.6.6"
2323
},
2424
"devDependencies": {
25-
"lite-server": "^2.1.0",
26-
"npm-run-all": "^1.7.0",
25+
"concurrently": "^2.0.0",
26+
"lite-server": "^2.2.0",
2727
"typescript": "^1.8.9",
28-
"typings": "^0.7.11"
28+
"typings":"^0.7.12"
2929
}
3030
}

0 commit comments

Comments
 (0)