chore: fix repo and issue urls and license in package.json and plugin.xml
This commit is contained in:
parent
f3b695fde5
commit
e9dad636d2
@ -18,7 +18,7 @@
|
|||||||
"url": "https://github.com/apache/cordova-plugin-inappbrowser"
|
"url": "https://github.com/apache/cordova-plugin-inappbrowser"
|
||||||
},
|
},
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://issues.apache.org/jira/browse/CB"
|
"url": "https://github.com/apache/cordova-plugin-inappbrowser/issues"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"cordova",
|
"cordova",
|
||||||
|
@ -26,8 +26,8 @@
|
|||||||
<description>Cordova InAppBrowser Plugin</description>
|
<description>Cordova InAppBrowser Plugin</description>
|
||||||
<license>Apache 2.0</license>
|
<license>Apache 2.0</license>
|
||||||
<keywords>cordova,in,app,browser,inappbrowser</keywords>
|
<keywords>cordova,in,app,browser,inappbrowser</keywords>
|
||||||
<repo>https://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser.git</repo>
|
<repo>https://github.com/apache/cordova-plugin-inappbrowser</repo>
|
||||||
<issue>https://issues.apache.org/jira/browse/CB/component/12320641</issue>
|
<issue>https://github.com/apache/cordova-plugin-inappbrowser/issues</issue>
|
||||||
|
|
||||||
<engines>
|
<engines>
|
||||||
<engine name="cordova" version=">=3.1.0" /><!-- Needs cordova/urlutil -->
|
<engine name="cordova" version=">=3.1.0" /><!-- Needs cordova/urlutil -->
|
||||||
@ -101,7 +101,6 @@
|
|||||||
<header-file src="src/ios/CDVWKInAppBrowserUIDelegate.h" />
|
<header-file src="src/ios/CDVWKInAppBrowserUIDelegate.h" />
|
||||||
<source-file src="src/ios/CDVWKInAppBrowserUIDelegate.m" />
|
<source-file src="src/ios/CDVWKInAppBrowserUIDelegate.m" />
|
||||||
|
|
||||||
|
|
||||||
<framework src="CoreGraphics.framework" />
|
<framework src="CoreGraphics.framework" />
|
||||||
</platform>
|
</platform>
|
||||||
|
|
||||||
@ -121,7 +120,7 @@
|
|||||||
<source-file src="src/osx/CDVInAppBrowser.m" />
|
<source-file src="src/osx/CDVInAppBrowser.m" />
|
||||||
</platform>
|
</platform>
|
||||||
|
|
||||||
<!-- windows universal apps (Windows 8.1, Windows Phone 8.1, Windows 8.0) -->
|
<!-- windows -->
|
||||||
<platform name="windows">
|
<platform name="windows">
|
||||||
<js-module src="www/inappbrowser.js" name="inappbrowser">
|
<js-module src="www/inappbrowser.js" name="inappbrowser">
|
||||||
<clobbers target="cordova.InAppBrowser.open" />
|
<clobbers target="cordova.InAppBrowser.open" />
|
||||||
|
@ -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