Skip to content

Commit

Permalink
change repo path
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeBortov committed Oct 29, 2020
1 parent e6eb319 commit c6e87fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ngx/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ var Braintree = /** @class */ (function (_super) {
Braintree.pluginName = "Braintree";
Braintree.plugin = "cordova-plugin-braintree-3ds";
Braintree.pluginRef = "BraintreePlugin";
Braintree.repo = "https://github.com/GeorgeBortov/cordova-plugin-braintree-3ds";
Braintree.repo = "https://github.com/Tun2U/cordova-plugin-braintree-3ds";
Braintree.platforms = ["Android", "iOS"];
Braintree.install = "ionic cordova plugin add https://github.com/GeorgeBortov/cordova-plugin-braintree-3ds";
Braintree.install = "ionic cordova plugin add https://github.com/Tun2U/cordova-plugin-braintree-3ds";
Braintree.installVariables = [];
Braintree = __decorate([
Injectable()
Expand Down
2 changes: 1 addition & 1 deletion ngx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/GeorgeBortov/cordova-plugin-braintree-3ds"
"url": "https://github.com/Tun2U/cordova-plugin-braintree-3ds"
},
"name": "cordova-plugin-braintree-3ds",
"dependencies": {
Expand Down

0 comments on commit c6e87fa

Please sign in to comment.