File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 22 "name" : " example" ,
33 "version" : " 1.0.0" ,
44 "description" : " " ,
5- "main" : " index.js" ,
65 "scripts" : {
76 "watch" : " rm -rf build && mkdir build && tsc -w" ,
87 "build" : " rm -rf build && mkdir build && tsc || true" ,
9- "start" : " lite-server"
8+ "start" : " lite-server" ,
9+ "tsc" : " tsc" ,
10+ "tsd" : " tsd install"
1011 },
1112 "author" : " " ,
1213 "license" : " ISC" ,
1314 "devDependencies" : {
1415 "lite-server" : " ^2.1.0" ,
15- "typescript" : " 1.8.7"
16+ "typescript" : " 1.8.7" ,
17+ "tsd" : " ^0.6.5"
1618 },
1719 "dependencies" : {
18- "angular2" : " 2.0.0-beta.11" ,
20+ "angular2" : " 2.0.0-beta.12" ,
21+ "angular2-datatable" : " *" ,
1922 "bootstrap" : " ^3.3.6" ,
2023 "es6-shim" : " ^0.35.0" ,
2124 "lodash" : " ^4.6.1" ,
22- "mf-angular2-table" : " 0.0.1" ,
2325 "reflect-metadata" : " 0.1.2" ,
2426 "rxjs" : " 5.0.0-beta.2" ,
2527 "systemjs" : " ^0.19.9" ,
You can’t perform that action at this time.
0 commit comments