Commit bf69b163 authored by Kahlil Lechelt's avatar Kahlil Lechelt Committed by Ward Bell

use consisten naming convention for npm tasks and use npm-run-all for docker task

parent ae1f3648
<a name="0.1.14"></a>
# 0.1.13 (2016-04-07)
* update packages
* Angular 2 beta 14
* lite-server 2.2.0
* typings 0.7.12
<a name="0.1.13"></a> <a name="0.1.13"></a>
# 0.1.13 (2016-03-31) # 0.1.13 (2016-03-31)
* update packages * update packages
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
"name": "angular2-quickstart", "name": "angular2-quickstart",
"version": "1.0.0", "version": "1.0.0",
"scripts": { "scripts": {
"start": "npm-run-all --parallel tsc:w lite", "start": "tsc && concurrently \"npm run tsc:w\" \"npm run lite\" ",
"tsc": "tsc", "tsc": "tsc",
"tsc:w": "tsc -w", "tsc:w": "tsc -w",
"lite": "lite-server", "lite": "lite-server",
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
}, },
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"angular2": "2.0.0-beta.13", "angular2": "2.0.0-beta.14",
"systemjs": "0.19.25", "systemjs": "0.19.25",
"es6-shim": "^0.35.0", "es6-shim": "^0.35.0",
"reflect-metadata": "0.1.2", "reflect-metadata": "0.1.2",
...@@ -22,9 +22,9 @@ ...@@ -22,9 +22,9 @@
"zone.js": "0.6.6" "zone.js": "0.6.6"
}, },
"devDependencies": { "devDependencies": {
"lite-server": "^2.1.0", "concurrently": "^2.0.0",
"npm-run-all": "^1.7.0", "lite-server": "^2.2.0",
"typescript": "^1.8.9", "typescript": "^1.8.9",
"typings": "^0.7.11" "typings":"^0.7.12"
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment