File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-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" ,
Original file line number Diff line number Diff line change 3030 },
3131 "dependencies" : {
3232 "angular2" : " ^2.0.0-beta.0" ,
33- "lodash" : " ^4.6.1 "
33+ "lodash" : " ^4.0.0 "
3434 }
3535}
You can’t perform that action at this time.
0 commit comments