CB-12353 Corrected merges usage in plugin.xml
diff --git a/plugin.xml b/plugin.xml
index 36d1d2d..ea1ba04 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -138,14 +138,14 @@
     <!-- windows8 -->
     <platform name="windows8">
         <js-module src="src/windows/AccelerometerProxy.js" name="AccelerometerProxy">
-            <merges target="" />
+            <runs />
         </js-module>
     </platform>
 
     <!-- windows -->
     <platform name="windows">
         <js-module src="src/windows/AccelerometerProxy.js" name="AccelerometerProxy">
-            <merges target="" />
+            <runs />
         </js-module>
     </platform>