File tree 2 files changed +1
-7
lines changed
2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 23
23
"@angular/router" : " ^4.0.0" ,
24
24
"@angular/animations" : " ^4.0.0" ,
25
25
"core-js" : " ^2.4.1" ,
26
- "jquery" : " ^3.1.1" ,
27
26
"rxjs" : " ^5.2.0" ,
28
27
"systemjs" : " ^0.19.47" ,
29
- "underscore" : " ^1.8.3" ,
30
28
"zone.js" : " ^0.8.5"
31
29
},
32
30
"devDependencies" : {
33
- "@types/jquery" : " ^2.0.39" ,
34
31
"@types/node" : " ^6.0.60" ,
35
- "@types/underscore" : " ^1.7.33" ,
36
32
"concurrently" : " ^3.1.0" ,
37
33
"lite-server" : " ^2.3.0" ,
38
34
"typescript" : " ^2.2.2"
Original file line number Diff line number Diff line change 27
27
'@angular/platform-browser/animations' : 'npm:@angular/platform-browser/bundles/platform-browser-animations.umd.js' ,
28
28
29
29
// other libraries
30
- 'rxjs' : 'npm:rxjs' ,
31
- 'underscore' : 'npm:underscore/underscore.js' ,
32
- 'jquery' : 'npm:jquery/dist/jquery.js'
30
+ 'rxjs' : 'npm:rxjs'
33
31
} ,
34
32
// packages tells the System loader how to load when no filename and/or no extension
35
33
packages : {
You can’t perform that action at this time.
0 commit comments