Skip to content

Commit

Permalink
chore(deps): Add Angular 5 RC support (#522)
Browse files Browse the repository at this point in the history
  • Loading branch information
krjordan authored and brandonroberts committed Oct 22, 2017
1 parent f56fb54 commit 4db7d61
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 32 deletions.
6 changes: 2 additions & 4 deletions modules/effects/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,10 @@
"type": "git",
"url": "https://github.com/ngrx/platform.git"
},
"authors": [
"Mike Ryan"
],
"authors": ["Mike Ryan"],
"license": "MIT",
"peerDependencies": {
"@angular/core": "^4.0.0",
"@angular/core": "^4.0.0 || ^5.0.0-rc.2",
"@ngrx/store": "^4.0.0",
"rxjs": "^5.0.0"
}
Expand Down
6 changes: 2 additions & 4 deletions modules/entity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,10 @@
"type": "git",
"url": "https://github.com/ngrx/platform.git"
},
"authors": [
"Mike Ryan"
],
"authors": ["Mike Ryan"],
"license": "MIT",
"peerDependencies": {
"@angular/core": "^4.0.0",
"@angular/core": "^4.0.0 || ^5.0.0-rc.2",
"@ngrx/store": "^4.0.0",
"rxjs": "^5.0.0"
}
Expand Down
16 changes: 5 additions & 11 deletions modules/router-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,13 @@
"type": "git",
"url": "git+https://github.com/ngrx/platform.git"
},
"keywords": [
"RxJS",
"Angular",
"Redux"
],
"authors": [
"Victor Savkin <[email protected]>"
],
"keywords": ["RxJS", "Angular", "Redux"],
"authors": ["Victor Savkin <[email protected]>"],
"license": "MIT",
"peerDependencies": {
"@angular/common": "^4.0.0",
"@angular/core": "^4.0.0",
"@angular/router": "^4.0.0",
"@angular/common": "^4.0.0 || ^5.0.0-rc.2",
"@angular/core": "^4.0.0 || ^5.0.0-rc.2",
"@angular/router": "^4.0.0 || ^5.0.0-rc.2",
"@ngrx/store": "^4.0.0",
"rxjs": "^5.0.0"
}
Expand Down
8 changes: 1 addition & 7 deletions modules/store-devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,7 @@
"type": "git",
"url": "git+https://github.com/ngrx/platform.git"
},
"keywords": [
"RxJS",
"Angular",
"Redux",
"Store",
"@ngrx/store"
],
"keywords": ["RxJS", "Angular", "Redux", "Store", "@ngrx/store"],
"contributors": [
{
"name": "Rob Wormald",
Expand Down
8 changes: 2 additions & 6 deletions modules/store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,15 @@
"type": "git",
"url": "git+https://github.com/ngrx/platform.git"
},
"keywords": [
"RxJS",
"Angular",
"Redux"
],
"keywords": ["RxJS", "Angular", "Redux"],
"author": "Rob Wormald <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ngrx/platform/issues"
},
"homepage": "https://github.com/ngrx/platform#readme",
"peerDependencies": {
"@angular/core": "^4.0.0",
"@angular/core": "^4.0.0 || ^5.0.0-rc.2",
"rxjs": "^5.0.0"
}
}

0 comments on commit 4db7d61

Please sign in to comment.