mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-07-16 00:00:04 +08:00
Merge pull request #1048 from driftyco/fix-alpha-package
chore(): change rxjs version to match ionic framework
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
"author": "ionic",
|
||||
"license": "MIT",
|
||||
"peerDependencies": {
|
||||
"rxjs": "^5.0.1"
|
||||
"rxjs": "5.0.0-beta.12"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"@ionic-native/core": "{{VERSION}}"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"rxjs": "^5.0.1"
|
||||
"rxjs": "5.0.0-beta.12"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user