Skip to content

Commit

Permalink
Fix semver issue by changing Cordova.depends to Npm.depends
Browse files Browse the repository at this point in the history
fixes #18
  • Loading branch information
sujith3g committed May 26, 2017
1 parent 154dc85 commit 72e0bcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ Package.describe({
git: "/~https://github.com/sujith3g/meteor-cordova-google-plus.git",
name: "hedcet:cordova-google-plus-native-sign-in",
summary: "native SignIn with Google Plus in Meteor Cordova Android/IOS App",
version: "1.1.3"
version: "1.1.4"
});

Cordova.depends({
Npm.depends({
"cordova-plugin-googleplus": "5.1.1"
});

Expand Down

0 comments on commit 72e0bcd

Please sign in to comment.