File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 2323 "@angular/router" : " ^4.0.0" ,
2424 "@angular/animations" : " ^4.0.0" ,
2525 "core-js" : " ^2.4.1" ,
26- "jquery" : " ^3.1.1" ,
2726 "rxjs" : " ^5.2.0" ,
2827 "systemjs" : " ^0.19.47" ,
29- "underscore" : " ^1.8.3" ,
3028 "zone.js" : " ^0.8.5"
3129 },
3230 "devDependencies" : {
33- "@types/jquery" : " ^2.0.39" ,
3431 "@types/node" : " ^6.0.60" ,
35- "@types/underscore" : " ^1.7.33" ,
3632 "concurrently" : " ^3.1.0" ,
3733 "lite-server" : " ^2.3.0" ,
3834 "typescript" : " ^2.2.2"
Original file line number Diff line number Diff line change 2727 '@angular/platform-browser/animations' : 'npm:@angular/platform-browser/bundles/platform-browser-animations.umd.js' ,
2828
2929 // other libraries
30- 'rxjs' : 'npm:rxjs' ,
31- 'underscore' : 'npm:underscore/underscore.js' ,
32- 'jquery' : 'npm:jquery/dist/jquery.js'
30+ 'rxjs' : 'npm:rxjs'
3331 } ,
3432 // packages tells the System loader how to load when no filename and/or no extension
3533 packages : {
You can’t perform that action at this time.
0 commit comments