Skip to content

Commit cad8bd1

Browse files
committed
chore: fix repo and issue urls and license in package.json and plugin.xml
1 parent 19d8e2f commit cad8bd1

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

package.json

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

plugin.xml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,14 @@
2020

2121
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
2222
xmlns:android="http://schemas.android.com/apk/res/android"
23-
xmlns:rim="http://www.blackberry.com/ns/widgets"
2423
id="cordova-plugin-camera"
2524
version="4.1.0-dev">
2625
<name>Camera</name>
2726
<description>Cordova Camera Plugin</description>
2827
<license>Apache 2.0</license>
2928
<keywords>cordova,camera</keywords>
30-
<repo>https://git-wip-us.apache.org/repos/asf/cordova-plugin-camera.git</repo>
31-
<issue>https://issues.apache.org/jira/browse/CB/component/12320645</issue>
29+
<repo>https://github.com/apache/cordova-plugin-camera</repo>
30+
<issue>https://github.com/apache/cordova-plugin-camera/issues</issue>
3231

3332
<engines>
3433
<engine name="cordova" version=">=7.1.0"/>
@@ -43,8 +42,6 @@
4342
<clobbers target="CameraPopoverOptions" />
4443
</js-module>
4544

46-
47-
4845
<js-module src="www/Camera.js" name="camera">
4946
<clobbers target="navigator.camera" />
5047
</js-module>

tests/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-plugin-camera-tests",
3-
"version": "2.4.1-dev",
3+
"version": "4.1.0-dev",
44
"description": "",
55
"cordova": {
66
"id": "cordova-plugin-camera-tests",
@@ -10,5 +10,5 @@
1010
"ecosystem:cordova"
1111
],
1212
"author": "",
13-
"license": "Apache 2.0"
13+
"license": "Apache-2.0"
1414
}

0 commit comments

Comments
 (0)