Skip to content

Commit

Permalink
feat(platform): add @angular@5.0.0-beta support
Browse files Browse the repository at this point in the history
  • Loading branch information
krjordan committed Oct 22, 2017
1 parent f56fb54 commit 2f0d725
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 <avix1000@gmail.com>"
],
"keywords": ["RxJS", "Angular", "Redux"],
"authors": ["Victor Savkin <avix1000@gmail.com>"],
"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 <robwormald@gmail.com>",
"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 2f0d725

Please sign in to comment.