merge release-5.0.0-rc.2

This commit is contained in:
Liam DeBeasi
2020-01-30 15:51:55 -05:00
committed by GitHub
parent ff78e6e8ca
commit 8c4905f630
7 changed files with 27 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@ionic/angular",
"version": "5.0.0-rc.1",
"version": "5.0.0-rc.2",
"description": "Angular specific wrappers for @ionic/core",
"keywords": [
"ionic",
@@ -42,7 +42,7 @@
"validate": "npm i && npm run lint && npm run test && npm run build"
},
"dependencies": {
"@ionic/core": "5.0.0-rc.1",
"@ionic/core": "5.0.0-rc.2",
"tslib": "^1.9.3"
},
"peerDependencies": {