chore(release): fix repo and issue link

This commit is contained in:
Jan Piotrowski 2019-06-19 12:38:09 +02:00
parent 24e50f810e
commit 9ec1e21823
2 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@
"url": "https://github.com/apache/cordova-plugin-network-information" "url": "https://github.com/apache/cordova-plugin-network-information"
}, },
"bugs": { "bugs": {
"url": "https://issues.apache.org/jira/browse/CB" "url": "https://github.com/apache/cordova-plugin-network-information/issues"
}, },
"keywords": [ "keywords": [
"cordova", "cordova",

View File

@ -27,8 +27,8 @@ xmlns:android="http://schemas.android.com/apk/res/android"
<description>Cordova Network Information Plugin</description> <description>Cordova Network Information Plugin</description>
<license>Apache 2.0</license> <license>Apache 2.0</license>
<keywords>cordova,network,information</keywords> <keywords>cordova,network,information</keywords>
<repo>https://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information.git</repo> <repo>https://github.com/apache/cordova-plugin-network-information</repo>
<issue>https://issues.apache.org/jira/browse/CB/component/12320640</issue> <issue>https://github.com/apache/cordova-plugin-network-information/issues</issue>
<js-module src="www/network.js" name="network"> <js-module src="www/network.js" name="network">
<clobbers target="navigator.connection" /> <clobbers target="navigator.connection" />