Skip to content

Commit 66316a4

Browse files
Evan Schultzsmithad15
authored andcommitted
Es fix ng5 (#23)
* use ng4 compiler * v6.4.1-0
1 parent 6659dfb commit 66316a4

File tree

2 files changed

+52
-889
lines changed

2 files changed

+52
-889
lines changed

packages/router/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-redux/router",
3-
"version": "6.4.0",
3+
"version": "6.4.1-0",
44
"description": "Keep your Angular 2+ router state in Redux.",
55
"main": "./lib/es5/index.js",
66
"module": "./lib/esm/index.js",
@@ -18,24 +18,24 @@
1818
"build:es5": "ngc -p tsconfig.json && npm run postbuild"
1919
},
2020
"peerDependencies": {
21-
"@angular/core": "^2.1.2 || ^5.0.0",
22-
"@angular/router": "^3.0.0 || ^5.0.0"
21+
"@angular/core": "^2.1.2 || ^4.0.0 || ^5.0.0",
22+
"@angular/router": "^3.0.0 || ^4.0.0 || ^5.0.0"
2323
},
2424
"devDependencies": {
25-
"@angular-redux/store": "^7.0.0",
26-
"@angular/common": "^5.0.0",
27-
"@angular/compiler": "^5.0.0",
28-
"@angular/compiler-cli": "^5.0.0",
29-
"@angular/core": "^5.0.0",
30-
"@angular/platform-browser": "^5.0.0",
31-
"@angular/platform-browser-dynamic": "^5.0.0",
32-
"@angular/router": "^5.0.0",
25+
"@angular-redux/store": "^6.3.0",
26+
"@angular/common": "^4.0.0",
27+
"@angular/compiler": "^4.0.0",
28+
"@angular/compiler-cli": "^4.0.0",
29+
"@angular/core": "^4.0.0",
30+
"@angular/platform-browser": "^4.0.0",
31+
"@angular/platform-browser-dynamic": "^4.0.0",
32+
"@angular/router": "^4.0.0",
3333
"@types/core-js": "^0.9.39",
3434
"@types/jasmine": "^2.5.37",
3535
"redux": "^3.6.0",
3636
"rimraf": "^2.5.4",
3737
"rxjs": "^5.0.1",
38-
"typescript": "2.4.2",
38+
"typescript": "^2.4.1",
3939
"zone.js": "^0.8.4"
4040
},
4141
"author": "Dag Stuan",

0 commit comments

Comments
 (0)