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

This reverts commit fd3aceb2fbc3b604a6bf688e1f04cfe9199e0e7c.
diff --git a/package.json b/package.json
index e368087..ba288c5 100644
--- a/package.json
+++ b/package.json
@@ -35,9 +35,6 @@
     "cordova-windows8",
     "cordova-windows"
   ],
-  "peerDependencies": {
-    "cordova-plugin-file": ">=1.0.1"
-  },
   "author": "Apache Software Foundation",
   "license": "Apache 2.0"
 }
diff --git a/plugin.xml b/plugin.xml
index e4a65e0..60b2dca 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -31,7 +31,7 @@
     <repo>https://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture.git</repo>
     <issue>https://issues.apache.org/jira/browse/CB/component/12320646</issue>
     
-    <dependency id="cordova-plugin-file" version=">=1.0.1" />
+    <dependency id="org.apache.cordova.file" version=">=1.0.1" />
 
     <js-module src="www/CaptureAudioOptions.js" name="CaptureAudioOptions">
         <clobbers target="CaptureAudioOptions" />