This repository was archived by the owner on Dec 4, 2017. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 33
33
},
34
34
"devDependencies" : {
35
35
"concurrently" : " ^2.0.0" ,
36
+ "lite-server" : " ^2.1.0" ,
37
+ "typescript" : " ^1.8.7" ,
38
+ "typings" :" ^0.7.5" ,
39
+
36
40
"http-server" : " ^0.9.0" ,
37
41
"jasmine-core" : " ~2.4.1" ,
38
42
"karma" : " ^0.13.22" ,
39
43
"karma-chrome-launcher" : " ^0.2.2" ,
40
44
"karma-cli" : " ^0.1.2" ,
41
45
"karma-jasmine" : " ^0.3.7" ,
42
- "lite-server" : " ^2.1.0" ,
43
46
"live-server" : " ^0.9.2" ,
44
47
"protractor" : " ^3.1.1" ,
45
- "rimraf" : " ^2.5.2" ,
46
- "typescript" : " ^1.8.7" ,
47
- "typings" : " 0.7.5"
48
+ "rimraf" : " ^2.5.2"
48
49
},
49
50
"repository" : { }
50
51
}
Original file line number Diff line number Diff line change 12
12
"license" : " ISC" ,
13
13
"dependencies" : {
14
14
"angular2" : " 2.0.0-beta.9" ,
15
- "systemjs" : " 0.19.22 " ,
15
+ "systemjs" : " 0.19.24 " ,
16
16
"es6-promise" : " ^3.0.2" ,
17
17
"es6-shim" : " ^0.33.3" ,
18
18
"reflect-metadata" : " 0.1.2" ,
22
22
"devDependencies" : {
23
23
"concurrently" : " ^2.0.0" ,
24
24
"lite-server" : " ^2.1.0" ,
25
- "typescript" : " ^1.8.2 " ,
26
- "typings" :" ^0.6.8 "
25
+ "typescript" : " ^1.8.7 " ,
26
+ "typings" :" ^0.7.5 "
27
27
}
28
28
}
You can’t perform that action at this time.
0 commit comments