Skip to content

Commit 9c43c75

Browse files
authored
chore(deps): remove source-map-support (#851)
* chore(deps): remove source-map-support * chore: remove install of source-map-support
1 parent e6558d3 commit 9c43c75

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

index.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
import {install} from 'source-map-support';
2-
install();
3-
41
export * from './lib/adb';
52
export {getAndroidBinaryPath} from './lib/tools/system-calls';
63
export {getSdkRootFromEnv} from './lib/helpers';

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@
5555
"lodash": "^4.0.0",
5656
"lru-cache": "^11.1.0",
5757
"semver": "^7.0.0",
58-
"source-map-support": "^0.x",
5958
"teen_process": "^3.0.0"
6059
},
6160
"devDependencies": {
@@ -72,7 +71,6 @@
7271
"@types/node": "^25.0.0",
7372
"@types/semver": "^7.5.0",
7473
"@types/sinon": "^21.0.0",
75-
"@types/source-map-support": "^0.5.6",
7674
"@types/teen_process": "^2.0.0",
7775
"chai": "^6.0.0",
7876
"chai-as-promised": "^8.0.0",

0 commit comments

Comments
 (0)