Skip to content

Commit

Permalink
build: remove git+ from repo url
Browse files Browse the repository at this point in the history
If the git+ is present, when removing adding platforms, cordova cannot find the plugin because the repository gives an error. Removing git+ from line 14 fixes the issue.
  • Loading branch information
mkyukov authored and petermetz committed May 11, 2019
1 parent fa02d06 commit f096cb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/petermetz/cordova-plugin-ibeacon.git"
"url": "https://github.com/petermetz/cordova-plugin-ibeacon.git"
},
"keywords": [
"cordova",
Expand Down

0 comments on commit f096cb1

Please sign in to comment.