mirror of
https://github.com/apache/cordova-plugin-camera.git
synced 2025-01-31 12:42:50 +08:00
chore: fix repo and issue urls and license in package.json and plugin.xml
This commit is contained in:
parent
19d8e2f6ff
commit
cad8bd1442
@ -18,7 +18,7 @@
|
|||||||
"url": "https://github.com/apache/cordova-plugin-camera"
|
"url": "https://github.com/apache/cordova-plugin-camera"
|
||||||
},
|
},
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://issues.apache.org/jira/browse/CB"
|
"url": "https://github.com/apache/cordova-plugin-camera/issues"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"cordova",
|
"cordova",
|
||||||
|
@ -20,15 +20,14 @@
|
|||||||
|
|
||||||
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
xmlns:rim="http://www.blackberry.com/ns/widgets"
|
|
||||||
id="cordova-plugin-camera"
|
id="cordova-plugin-camera"
|
||||||
version="4.1.0-dev">
|
version="4.1.0-dev">
|
||||||
<name>Camera</name>
|
<name>Camera</name>
|
||||||
<description>Cordova Camera Plugin</description>
|
<description>Cordova Camera Plugin</description>
|
||||||
<license>Apache 2.0</license>
|
<license>Apache 2.0</license>
|
||||||
<keywords>cordova,camera</keywords>
|
<keywords>cordova,camera</keywords>
|
||||||
<repo>https://git-wip-us.apache.org/repos/asf/cordova-plugin-camera.git</repo>
|
<repo>https://github.com/apache/cordova-plugin-camera</repo>
|
||||||
<issue>https://issues.apache.org/jira/browse/CB/component/12320645</issue>
|
<issue>https://github.com/apache/cordova-plugin-camera/issues</issue>
|
||||||
|
|
||||||
<engines>
|
<engines>
|
||||||
<engine name="cordova" version=">=7.1.0"/>
|
<engine name="cordova" version=">=7.1.0"/>
|
||||||
@ -43,8 +42,6 @@
|
|||||||
<clobbers target="CameraPopoverOptions" />
|
<clobbers target="CameraPopoverOptions" />
|
||||||
</js-module>
|
</js-module>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<js-module src="www/Camera.js" name="camera">
|
<js-module src="www/Camera.js" name="camera">
|
||||||
<clobbers target="navigator.camera" />
|
<clobbers target="navigator.camera" />
|
||||||
</js-module>
|
</js-module>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "cordova-plugin-camera-tests",
|
"name": "cordova-plugin-camera-tests",
|
||||||
"version": "2.4.1-dev",
|
"version": "4.1.0-dev",
|
||||||
"description": "",
|
"description": "",
|
||||||
"cordova": {
|
"cordova": {
|
||||||
"id": "cordova-plugin-camera-tests",
|
"id": "cordova-plugin-camera-tests",
|
||||||
@ -10,5 +10,5 @@
|
|||||||
"ecosystem:cordova"
|
"ecosystem:cordova"
|
||||||
],
|
],
|
||||||
"author": "",
|
"author": "",
|
||||||
"license": "Apache 2.0"
|
"license": "Apache-2.0"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user