Skip to content

Commit

Permalink
feat(ng): support angular 8
Browse files Browse the repository at this point in the history
  • Loading branch information
marcjulian committed Jul 23, 2019
1 parent 279c192 commit a86794e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fivethree/ngxs-ionic-router-plugin",
"version": "0.0.2",
"version": "0.1.0",
"description": "NGXS Ionic Router Plugin",
"keywords": [
"fivethree",
Expand All @@ -20,8 +20,8 @@
"url": "https://github.com/fivethree-team/ngxs-ionic-router-plugin/issues"
},
"peerDependencies": {
"@angular/core": "^6.0.0 || ^7.0.0",
"@angular/core": ">=7.2.1 <9.0.0",
"@ionic/angular": "^4.0.0",
"@ngxs/store": ">=3.3.4"
}
}
}

0 comments on commit a86794e

Please sign in to comment.