Skip to content

Commit 1bca166

Browse files
committedJun 27, 2019
chore: fix repo and issue urls and license in package.json and plugin.xml
1 parent a898b85 commit 1bca166

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"url": "https://github.com/apache/cordova-plugin-file"
1919
},
2020
"bugs": {
21-
"url": "https://issues.apache.org/jira/browse/CB"
21+
"url": "https://github.com/apache/cordova-plugin-file/issues"
2222
},
2323
"keywords": [
2424
"cordova",

‎plugin.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ xmlns:android="http://schemas.android.com/apk/res/android"
2626
<description>Cordova File Plugin</description>
2727
<license>Apache 2.0</license>
2828
<keywords>cordova,file</keywords>
29-
<repo>https://git-wip-us.apache.org/repos/asf/cordova-plugin-file.git</repo>
30-
<issue>https://issues.apache.org/jira/browse/CB/component/12320651</issue>
29+
<repo>https://github.com/apache/cordova-plugin-file</repo>
30+
<issue>https://github.com/apache/cordova-plugin-file/issues</issue>
3131

3232
<engines>
3333
<engine name="cordova-android" version=">=6.3.0" />

‎tests/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
"cordova-android"
1414
],
1515
"author": "",
16-
"license": "Apache 2.0"
16+
"license": "Apache-2.0"
1717
}

‎tests/plugin.xml

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
-->
2020

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

0 commit comments

Comments
 (0)