File tree Expand file tree Collapse file tree 2 files changed +5
-12
lines changed
Expand file tree Collapse file tree 2 files changed +5
-12
lines changed Original file line number Diff line number Diff line change 77 "scripts" : {
88 "start" : " tsc && concurrently \" npm run tsc:w\" \" npm run lite\" " ,
99 "lite" : " lite-server" ,
10- "postinstall" : " typings install" ,
1110 "tsc" : " tsc" ,
12- "tsc:w" : " tsc -w" ,
13- "typings" : " typings"
11+ "tsc:w" : " tsc -w"
1412 },
1513 "dependencies" : {
1614 "@angular/common" : " 2.0.0-rc.5" ,
3735 "zone.js" : " ^0.6.12"
3836 },
3937 "devDependencies" : {
38+ "@types/jasmine" : " ^2.2.31" ,
4039 "concurrently" : " ^2.2.0" ,
4140 "del" : " 2.2.2" ,
4241 "gulp" : " ^3.9.1" ,
43- "gulp-cli" : " ^1.2.2" ,
4442 "gulp-autoprefixer" : " 3.1.1" ,
43+ "gulp-cli" : " ^1.2.2" ,
4544 "gulp-sass" : " ^2.3.2" ,
4645 "gulp-typescript" : " 2.13.6" ,
4746 "jasmine-core" : " 2.4.1" ,
48- "lite-server" : " ^2.2.2" ,
49- "typings" : " ^1.3.2"
47+ "lite-server" : " ^2.2.2"
5048 }
51- }
49+ }
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments