mirror of
https://github.com/apache/cordova-plugin-screen-orientation.git
synced 2025-05-05 01:32:59 +08:00
Move es6 dep to bb which is the only place it's needed
This commit is contained in:
parent
9fca54ea48
commit
70dfab7f9b
@ -62,6 +62,10 @@
|
|||||||
<js-module src="www/screenorientation.bb10.js" name="screenorientation.bb10">
|
<js-module src="www/screenorientation.bb10.js" name="screenorientation.bb10">
|
||||||
<merges target="cordova.plugins.screenorientation" />
|
<merges target="cordova.plugins.screenorientation" />
|
||||||
</js-module>
|
</js-module>
|
||||||
|
<dependency
|
||||||
|
id="es6-promise-plugin"
|
||||||
|
url="https://github.com/vstirbu/PromisesPlugin.git">
|
||||||
|
</dependency>
|
||||||
</platform>
|
</platform>
|
||||||
|
|
||||||
<platform name="windows">
|
<platform name="windows">
|
||||||
@ -70,9 +74,6 @@
|
|||||||
</js-module>
|
</js-module>
|
||||||
</platform>
|
</platform>
|
||||||
|
|
||||||
<dependency
|
|
||||||
id="es6-promise-plugin"
|
|
||||||
url="https://github.com/vstirbu/PromisesPlugin.git">
|
|
||||||
</dependency>
|
|
||||||
|
|
||||||
</plugin>
|
</plugin>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user