Skip to content

Commit 9772128

Browse files
authored
chore(deps): remove source-map-support (#460)
1 parent 00b86e6 commit 9772128

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

lib/index.js

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
import * as cp from 'child_process';
52
import * as spIndex from './subprocess';
63
import * as execIndex from './exec';

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@
4949
"dependencies": {
5050
"bluebird": "^3.7.2",
5151
"lodash": "^4.17.21",
52-
"shell-quote": "^1.8.1",
53-
"source-map-support": "^0.x"
52+
"shell-quote": "^1.8.1"
5453
},
5554
"devDependencies": {
5655
"@appium/eslint-config-appium-ts": "^2.0.0-rc.1",
@@ -63,8 +62,6 @@
6362
"@types/mocha": "10.0.10",
6463
"@types/node": "^24.0.0",
6564
"@types/shell-quote": "^1.7.5",
66-
"@types/source-map-support": "^0.x",
67-
"@types/ws": "^8.5.10",
6865
"chai": "^6.0.0",
6966
"chai-as-promised": "^8.0.0",
7067
"conventional-changelog-conventionalcommits": "^9.0.0",

0 commit comments

Comments
 (0)