CB-12353 Corrected merges usage in plugin.xml
diff --git a/plugin.xml b/plugin.xml
index 6a32180..3495471 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -158,14 +158,14 @@
     <!-- windows8 -->
     <platform name="windows8">
         <js-module src="src/windows/NotificationProxy.js" name="NotificationProxy">
-            <merges target="" />
+            <runs />
         </js-module>
     </platform>
 
     <!-- windows -->
     <platform name="windows">
         <js-module src="src/windows/NotificationProxy.js" name="NotificationProxy">
-            <merges target="" />
+            <runs />
         </js-module>
 
         <asset src="www/windows/notification.css" target="css/notification.css" />