chore: package cleanup (#272)

This commit is contained in:
Tim Brust
2020-08-31 15:40:17 +00:00
committed by GitHub
parent dd18914ed7
commit b4a4c2a74e
2 changed files with 4 additions and 9 deletions

View File

@@ -17,13 +17,8 @@
"lint": "jshint www && jshint src && jshint tests",
"style": "jscs tests/tests.js"
},
"repository": {
"type": "git",
"url": "https://github.com/apache/cordova-plugin-file-transfer"
},
"bugs": {
"url": "https://issues.apache.org/jira/browse/CB"
},
"repository": "github:apache/cordova-plugin-file-transfer",
"bugs": "https://github.com/apache/cordova-plugin-file-transfer/issues",
"keywords": [
"cordova",
"file",

View File

@@ -26,8 +26,8 @@
<description>Cordova File Transfer Plugin</description>
<license>Apache 2.0</license>
<keywords>cordova,file,transfer</keywords>
<repo>https://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer.git</repo>
<issue>https://issues.apache.org/jira/browse/CB/component/12320650</issue>
<repo>https://github.com/apache/cordova-plugin-file-transfer</repo>
<issue>https://github.com/apache/cordova-plugin-file-transfer/issues</issue>
<dependency id="cordova-plugin-file" version=">=5.0.0" />