Revert "CB-8747 updated dependency, added peer dependency"

This reverts commit d1dfc1e8ee9ac5bcaa329396eb003e4bcc432ddb.
This commit is contained in:
Steve Gill 2015-04-09 16:39:42 -07:00
parent d82bad305b
commit 304599d809
2 changed files with 1 additions and 4 deletions

View File

@ -38,9 +38,6 @@
"cordova-browser",
"cordova-windows"
],
"peerDependencies": {
"cordova-plugin-file": ">=1.0.1"
},
"author": "Apache Software Foundation",
"license": "Apache 2.0"
}

View File

@ -26,7 +26,7 @@
<name>Cordova Camera Plugin Tests</name>
<license>Apache 2.0</license>
<dependency id="cordova-plugin-file" version=">=1.0.1" />
<dependency id="org.apache.cordova.file" version=">=1.0.1" />
<js-module src="tests.js" name="tests">
</js-module>