Skip to content

Commit 7b30d89

Browse files
committed
Rearranged package.json deps
1 parent 9f876ef commit 7b30d89

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,18 +35,18 @@
3535
"@angular/common": "^4.1.0",
3636
"@angular/core": "^4.1.0",
3737
"@angular/forms": "^4.1.0",
38-
"@angular/http": "^4.1.0",
39-
"@angular/platform-browser": "^4.1.0",
4038
"@types/popper.js": "^1.8.0",
41-
"core-js": "^2.4.1",
4239
"element-closest": "^2.0.2",
4340
"popper.js": "^1.0.6",
4441
"rxjs": "^5.0.1",
45-
"web-animations-js": "^2.2.5",
46-
"zone.js": "^0.8.4"
42+
"web-animations-js": "^2.2.5"
4743
},
4844
"devDependencies": {
45+
"core-js": "^2.4.1",
46+
"zone.js": "^0.8.4",
4947
"@angular/cli": "^1.0.0",
48+
"@angular/http": "^4.1.0",
49+
"@angular/platform-browser": "^4.1.0",
5050
"@angular/compiler": "^4.1.0",
5151
"@angular/compiler-cli": "^4.1.0",
5252
"@angular/platform-browser-dynamic": "^4.1.0",

rollup.config.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ export default {
4343
'@angular/forms',
4444
'@angular/http',
4545
'@angular/platform-browser',
46-
'rxjs/Observable',
47-
'rxjs/Observer',
4846
'rxjs/Subscription',
4947
],
5048
}

0 commit comments

Comments
 (0)