Skip to content

Commit a86794e

Browse files
committed
feat(ng): support angular 8
1 parent 279c192 commit a86794e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fivethree/ngxs-ionic-router-plugin",
3-
"version": "0.0.2",
3+
"version": "0.1.0",
44
"description": "NGXS Ionic Router Plugin",
55
"keywords": [
66
"fivethree",
@@ -20,8 +20,8 @@
2020
"url": "https://github.com/fivethree-team/ngxs-ionic-router-plugin/issues"
2121
},
2222
"peerDependencies": {
23-
"@angular/core": "^6.0.0 || ^7.0.0",
23+
"@angular/core": ">=7.2.1 <9.0.0",
2424
"@ionic/angular": "^4.0.0",
2525
"@ngxs/store": ">=3.3.4"
2626
}
27-
}
27+
}

0 commit comments

Comments
 (0)