Skip to content

Commit 66f4b99

Browse files
committed
move to depencies to peerDependencies
1 parent ed2a3d7 commit 66f4b99

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

package.json

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
"minify": "uglifyjs dist/bundles/angular-split.umd.js --screw-ie8 --compress --mangle --comments --output dist/bundles/angular-split.umd.min.js",
1414
"package": "rollup -c"
1515
},
16-
1716
"repository": {
1817
"type": "git",
1918
"url": "git+https://github.com/bertrandg/angular-split.git"
@@ -29,25 +28,25 @@
2928
"url": "https://github.com/bertrandg/angular-split/issues"
3029
},
3130
"homepage": "https://github.com/bertrandg/angular-split#readme",
32-
"dependencies": {
31+
"peerDependencies": {
3332
"@angular/common": "^4.0.0",
34-
"@angular/compiler": "^4.0.0",
3533
"@angular/core": "^4.0.0",
36-
"@angular/platform-browser": "^4.0.0",
37-
"core-js": "2.4.1",
38-
"rimraf": "^2.5.4",
39-
"rxjs": "^5.0.2",
40-
"reflect-metadata": "^0.1.3",
41-
"typescript": "~2.2.0",
42-
"zone.js": "^0.8.4"
34+
"rxjs": "^5.0.2"
4335
},
4436
"devDependencies": {
37+
"@angular/common": "^4.0.0",
38+
"@angular/compiler": "^4.0.0",
4539
"@angular/compiler-cli": "^4.0.0",
46-
"@angular/platform-server": "^4.0.0",
40+
"@angular/core": "^4.0.0",
41+
"@angular/platform-browser": "^4.0.0",
4742
"@types/jasmine": "2.2.30",
4843
"@types/node": "6.0.54",
4944
"tslint": "^3.4.0",
45+
"typescript": "~2.2.0",
46+
"rimraf": "^2.5.4",
5047
"rollup": "^0.41.4",
51-
"uglify-js": "^2.7.5"
48+
"rxjs": "^5.0.2",
49+
"uglify-js": "^2.7.5",
50+
"zone.js": "^0.8.4"
5251
}
5352
}

0 commit comments

Comments
 (0)