CB-12353 Corrected merges usage in plugin.xml
diff --git a/plugin.xml b/plugin.xml
index 1fae404..b0dde6c 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -213,14 +213,14 @@
     <!-- Windows 8 -->
     <platform name="windows8">
         <js-module src="src/windows8/ContactProxy.js" name="ContactProxy">
-            <merges target="" />
+            <runs />
         </js-module>
     </platform>
 
     <!-- Windows -->
     <platform name="windows">
         <js-module src="src/windows/ContactProxy.js" name="ContactProxy">
-            <merges target="" />
+            <runs />
         </js-module>
         <config-file target="package.phone.appxmanifest" parent="/Package/Capabilities">
             <m3:Capability Name="contacts" />