Skip to content
This repository was archived by the owner on Apr 2, 2018. It is now read-only.

Commit f5c21ed

Browse files
authored
Remove redundant <runs/> from plugin.xml
1 parent 011283b commit f5c21ed

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

plugin.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
<!-- android -->
1515
<platform name="android">
1616
<js-module src="www/android/keyboard.js" name="keyboard">
17-
<runs/>
1817
<clobbers target="cordova.plugins.Keyboard" />
1918
</js-module>
2019
<config-file target="res/xml/config.xml" parent="/*">
@@ -30,7 +29,6 @@
3029
<!-- ios -->
3130
<platform name="ios">
3231
<js-module src="www/ios/keyboard.js" name="keyboard">
33-
<runs/>
3432
<clobbers target="cordova.plugins.Keyboard" />
3533
</js-module>
3634
<config-file target="config.xml" parent="/*">
@@ -45,7 +43,6 @@
4543
<!-- browser -->
4644
<platform name="browser">
4745
<js-module src="www/browser/keyboard.js" name="keyboard">
48-
<runs/>
4946
<clobbers target="cordova.plugins.Keyboard" />
5047
</js-module>
5148
</platform>
@@ -63,7 +60,6 @@
6360
<!-- windows -->
6461
<platform name="windows">
6562
<js-module src="src/windows/KeyboardProxy.js" name="KeyboardProxy">
66-
<runs />
6763
<clobbers target="cordova.plugins.Keyboard" />
6864
</js-module>
6965
</platform>

0 commit comments

Comments
 (0)