Skip to content

Commit

Permalink
chore(release): fix repo and issue link
Browse files Browse the repository at this point in the history
  • Loading branch information
janpio committed Jun 19, 2019
1 parent 24e50f8 commit 9ec1e21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"url": "https://github.com/apache/cordova-plugin-network-information"
},
"bugs": {
"url": "https://issues.apache.org/jira/browse/CB"
"url": "https://github.com/apache/cordova-plugin-network-information/issues"
},
"keywords": [
"cordova",
Expand Down
4 changes: 2 additions & 2 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ xmlns:android="http://schemas.android.com/apk/res/android"
<description>Cordova Network Information Plugin</description>
<license>Apache 2.0</license>
<keywords>cordova,network,information</keywords>
<repo>https://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information.git</repo>
<issue>https://issues.apache.org/jira/browse/CB/component/12320640</issue>
<repo>https://github.com/apache/cordova-plugin-network-information</repo>
<issue>https://github.com/apache/cordova-plugin-network-information/issues</issue>

<js-module src="www/network.js" name="network">
<clobbers target="navigator.connection" />
Expand Down

0 comments on commit 9ec1e21

Please sign in to comment.