Skip to content

Commit e5ece06

Browse files
committed
removed unused packages
1 parent d146234 commit e5ece06

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,12 @@
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"

systemjs.config.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@
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: {

0 commit comments

Comments
 (0)