Skip to content

Commit

Permalink
Plugin id matches NPM id (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
ihadeed authored and m-revetria committed Jul 13, 2017
1 parent 1351f7a commit 35c0c76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.2.0",
"description": "Cordova Plugin for access to Google Play and Apple Store within your app",
"cordova": {
"id": "com.xmartlabs.cordova.market",
"id": "cordova-plugin-market",
"platforms": [
"android",
"ios"
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
id="com.xmartlabs.cordova.market" version="1.2.0">
id="cordova-plugin-market" version="1.2.0">
<name>Market</name>
<description>Cordova Plugin for access to Google Play and Apple Store within your app</description>
<license>Apache 2.0</license>
Expand Down

0 comments on commit 35c0c76

Please sign in to comment.