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 a898b85 commit 1bca166
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"url": "https://github.com/apache/cordova-plugin-file"
},
"bugs": {
"url": "https://issues.apache.org/jira/browse/CB"
"url": "https://github.com/apache/cordova-plugin-file/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 @@ -26,8 +26,8 @@ xmlns:android="http://schemas.android.com/apk/res/android"
<description>Cordova File Plugin</description>
<license>Apache 2.0</license>
<keywords>cordova,file</keywords>
<repo>https://git-wip-us.apache.org/repos/asf/cordova-plugin-file.git</repo>
<issue>https://issues.apache.org/jira/browse/CB/component/12320651</issue>
<repo>https://github.com/apache/cordova-plugin-file</repo>
<issue>https://github.com/apache/cordova-plugin-file/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 @@ -13,5 +13,5 @@
"cordova-android"
],
"author": "",
"license": "Apache 2.0"
"license": "Apache-2.0"
}
1 change: 0 additions & 1 deletion tests/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
-->

<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:rim="http://www.blackberry.com/ns/widgets"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-file-tests"
version="6.0.2-dev">
Expand Down

0 comments on commit 1bca166

Please sign in to comment.