File tree Expand file tree Collapse file tree 2 files changed +13
-6
lines changed Expand file tree Collapse file tree 2 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 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" ,
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}
You can’t perform that action at this time.
0 commit comments