Remove @1 designation from file plugin dependency until pushed to npm

This commit is contained in:
Ian Clelland
2013-12-13 11:42:34 -05:00
parent 647dad7aba
commit 692f1fb955
+2 -1
View File
@@ -10,7 +10,8 @@
<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>
<dependency id="org.apache.cordova.file@1" />
<!-- dependency id="org.apache.cordova.file@1" /-->
<dependency id="org.apache.cordova.file" />
<js-module src="www/FileTransferError.js" name="FileTransferError">
<clobbers target="window.FileTransferError" />