Skip to content

Commit ebc229f

Browse files
committed
feat: use es6-promise-plugin from npm instead of github
Fetching from npm assures always using the same version (more stable and reproducing) and is generally much faster than cloning from github (particularly in enterprise env with private npm repo)
1 parent 561f4ea commit ebc229f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

plugin.template.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ SOFTWARE.
3434
<keywords>cordova,branch</keywords>
3535
<repo>https://github.com/BranchMetrics/Cordova-Ionic-PhoneGap-Deferred-Deep-Linking-SDK.git</repo>
3636
<issue>https://github.com/BranchMetrics/Cordova-Ionic-PhoneGap-Deferred-Deep-Linking-SDK/issues</issue>
37-
37+
3838
<dependency
3939
id="es6-promise-plugin"
40-
url="https://github.com/vstirbu/PromisesPlugin.git">
40+
version="3.0.2">
4141
</dependency>
4242

4343
<js-module src="www/branch.js" name="Branch">

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ SOFTWARE.
3737

3838
<dependency
3939
id="es6-promise-plugin"
40-
url="https://github.com/vstirbu/PromisesPlugin.git">
40+
version="3.0.2">
4141
</dependency>
4242

4343
<js-module src="www/branch.js" name="Branch">

0 commit comments

Comments
 (0)