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 19d8e2f commit cad8bd1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -18,7 +18,7 @@
"url": "https://github.com/apache/cordova-plugin-camera"
},
"bugs": {
"url": "https://issues.apache.org/jira/browse/CB"
"url": "https://github.com/apache/cordova-plugin-camera/issues"
},
"keywords": [
"cordova",
Expand Down
7 changes: 2 additions & 5 deletions plugin.xml
Expand Up @@ -20,15 +20,14 @@

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

<engines>
<engine name="cordova" version=">=7.1.0"/>
Expand All @@ -43,8 +42,6 @@
<clobbers target="CameraPopoverOptions" />
</js-module>



<js-module src="www/Camera.js" name="camera">
<clobbers target="navigator.camera" />
</js-module>
Expand Down
4 changes: 2 additions & 2 deletions tests/package.json
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-camera-tests",
"version": "2.4.1-dev",
"version": "4.1.0-dev",
"description": "",
"cordova": {
"id": "cordova-plugin-camera-tests",
Expand All @@ -10,5 +10,5 @@
"ecosystem:cordova"
],
"author": "",
"license": "Apache 2.0"
"license": "Apache-2.0"
}

0 comments on commit cad8bd1

Please sign in to comment.