Skip to content

Commit af51222

Browse files
authored
chore(dependencies): Update NPM dependencies
This allows angular-notifier to be used on top of Angular 4. However, it only enables basic support - none of the new Angular 4 APIs are used for now. Therefore, no breaking changes exist. - Upgrade peerDependencies to include Angular 4.x versions - Restrict devDependencies to more a concise Angular 2.x version
1 parent f086ae4 commit af51222

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

package.json

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,16 @@
3939
"coveralls": "cat ./test-coverage/ts/lcov.info | coveralls"
4040
},
4141
"peerDependencies": {
42-
"@angular/core": "2.x",
43-
"@angular/common": "2.x",
44-
"rxjs": "5.0.1"
42+
"@angular/core": ">= 2.0.0 < 5.0.0",
43+
"@angular/common": ">= 2.0.0 < 5.0.0"
4544
},
4645
"devDependencies": {
47-
"@angular/core": "2.x",
48-
"@angular/common": "2.x",
49-
"@angular/compiler": "2.x",
50-
"@angular/compiler-cli": "2.x",
51-
"@angular/platform-browser": "2.x",
52-
"@angular/platform-browser-dynamic": "2.x",
46+
"@angular/core": "2.4.x",
47+
"@angular/common": "2.4.x",
48+
"@angular/compiler": "2.4.x",
49+
"@angular/compiler-cli": "2.4.x",
50+
"@angular/platform-browser": "2.4.x",
51+
"@angular/platform-browser-dynamic": "2.4.x",
5352
"@types/jasmine": "2.5.x",
5453
"browser-sync": "2.18.x",
5554
"codelyzer": "2.0.0-beta.4",

0 commit comments

Comments
 (0)