mirror of
https://github.com/apache/cordova-plugin-file-transfer.git
synced 2026-02-02 00:00:05 +08:00
chore: package cleanup (#272)
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user