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 2
2
"name" : " example" ,
3
3
"version" : " 1.0.0" ,
4
4
"description" : " " ,
5
- "main" : " index.js" ,
6
5
"scripts" : {
7
6
"watch" : " rm -rf build && mkdir build && tsc -w" ,
8
7
"build" : " rm -rf build && mkdir build && tsc || true" ,
9
- "start" : " lite-server"
8
+ "start" : " lite-server" ,
9
+ "tsc" : " tsc" ,
10
+ "tsd" : " tsd install"
10
11
},
11
12
"author" : " " ,
12
13
"license" : " ISC" ,
13
14
"devDependencies" : {
14
15
"lite-server" : " ^2.1.0" ,
15
- "typescript" : " 1.8.7"
16
+ "typescript" : " 1.8.7" ,
17
+ "tsd" : " ^0.6.5"
16
18
},
17
19
"dependencies" : {
18
- "angular2" : " 2.0.0-beta.11" ,
20
+ "angular2" : " 2.0.0-beta.12" ,
21
+ "angular2-datatable" : " *" ,
19
22
"bootstrap" : " ^3.3.6" ,
20
23
"es6-shim" : " ^0.35.0" ,
21
24
"lodash" : " ^4.6.1" ,
Original file line number Diff line number Diff line change 30
30
},
31
31
"dependencies" : {
32
32
"angular2" : " ^2.0.0-beta.0" ,
33
- "lodash" : " ^4.6.1 "
33
+ "lodash" : " ^4.0.0 "
34
34
}
35
35
}
You can’t perform that action at this time.
0 commit comments