File tree Expand file tree Collapse file tree 1 file changed +11
-12
lines changed
Expand file tree Collapse file tree 1 file changed +11
-12
lines changed Original file line number Diff line number Diff line change 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"
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}
You can’t perform that action at this time.
0 commit comments