Skip to content

Commit

Permalink
chore: fix repo and issue urls and license in package.json and plugin…
Browse files Browse the repository at this point in the history
….xml
  • Loading branch information
janpio committed Jun 27, 2019
1 parent 74417bb commit 4d2e901
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"url": "https://github.com/apache/cordova-plugin-geolocation"
},
"bugs": {
"url": "https://issues.apache.org/jira/browse/CB"
"url": "https://github.com/apache/cordova-plugin-geolocation/issues"
},
"keywords": [
"cordova",
Expand Down
4 changes: 2 additions & 2 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ xmlns:android="http://schemas.android.com/apk/res/android"
<description>Cordova Geolocation Plugin</description>
<license>Apache 2.0</license>
<keywords>cordova,geolocation</keywords>
<repo>https://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation.git</repo>
<issue>https://issues.apache.org/jira/browse/CB/component/12320638</issue>
<repo>https://github.com/apache/cordova-plugin-geolocation</repo>
<issue>https://github.com/apache/cordova-plugin-geolocation/issues</issue>

<engines>
<engine name="cordova-android" version=">=6.3.0" />
Expand Down
2 changes: 1 addition & 1 deletion tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"ecosystem:cordova"
],
"author": "",
"license": "Apache 2.0"
"license": "Apache-2.0"
}

0 comments on commit 4d2e901

Please sign in to comment.