Skip to content

Commit 741f5a3

Browse files
committed
fix: cleaned up dependencies
1 parent 09e4861 commit 741f5a3

File tree

2 files changed

+29
-677
lines changed

2 files changed

+29
-677
lines changed

package.json

Lines changed: 3 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "branch-cordova-sdk",
33
"description": "Branch Metrics Cordova SDK",
4-
"main": "src/branch.js",
4+
"main": "src/index.js",
55
"version": "2.6.24",
66
"homepage": "https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking",
77
"repository": {
@@ -11,30 +11,11 @@
1111
"bugs": {
1212
"url": "https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking/issues"
1313
},
14-
"keywords": [
15-
"ecosystem:cordova",
16-
"ecosystem:phonegap",
17-
"ecosystem:ionic",
18-
"cordova-ios",
19-
"cordova-android",
20-
"branch",
21-
"linking",
22-
"deep links",
23-
"deep linking",
24-
"universal links",
25-
"app links",
26-
"deferred deep linking"
27-
],
2814
"platforms": [
2915
"android",
3016
"ios"
3117
],
3218
"license": "MIT",
33-
"config": {
34-
"validate-commit-msg": {
35-
"types": "conventional-commit-types"
36-
}
37-
},
3819
"scripts": {
3920
"validate": " echo 'run validation scripts'; node ./src/scripts/npm/updatePluginXml",
4021
"travis-deploy-once": " echo 'prevent multiple deploys'; travis-deploy-once",
@@ -62,7 +43,7 @@
6243
"no-alert": 0,
6344
"no-use-before-define": 0
6445
},
65-
"globals" : {
46+
"globals": {
6647
"Promise": true,
6748
"Branch": true
6849
}
@@ -116,9 +97,8 @@
11697
"eslint-config-prettier": "^2.9.0",
11798
"eslint-plugin-import": "^2.11.0",
11899
"eslint-plugin-jest": "^21.15.1",
119-
"gulp": "^3.9.1",
120100
"husky": "^0.14.3",
121-
"lint-staged": "^7.0.4",
101+
"lint-staged": "^7.0.5",
122102
"prettier": "^1.12.1",
123103
"semantic-release": "^15.1.7",
124104
"travis-deploy-once": "^4.4.1"

0 commit comments

Comments
 (0)