Skip to content

Commit 37abed0

Browse files
authored
Merge pull request #225 from jakub-g/es6-promise-from-npm
feat: use es6-promise-plugin from npm instead of github
2 parents cd8cf71 + ebc229f commit 37abed0

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)