Skip to content

Commit ac954d5

Browse files
committed
fix: remove source-map-support
1 parent a68f637 commit ac954d5

File tree

3 files changed

+1
-11
lines changed

3 files changed

+1
-11
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@
5757
"mkdirp-promise": "^5.0.1",
5858
"mz": "^2.7.0",
5959
"npm-registry-client": "^8.6.0",
60-
"source-map-support": "^0.5.16",
6160
"tweetsodium": "^0.0.5"
6261
},
6362
"devDependencies": {

src/cli.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/usr/bin/env node
2-
import 'source-map-support/register'
32

43
import chalk from 'chalk'
54
import exec from 'execa'

yarn.lock

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6310,20 +6310,12 @@ sorted-union-stream@~2.1.3:
63106310
from2 "^1.3.0"
63116311
stream-iterate "^1.1.0"
63126312

6313-
source-map-support@^0.5.16:
6314-
version "0.5.16"
6315-
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.16.tgz#0ae069e7fe3ba7538c64c98515e35339eac5a042"
6316-
integrity sha512-efyLRJDr68D9hBBNIPWFjhpFzURh+KJykQwvMyW5UiZzYwoF6l4YMMDIJJEyFWxWCqfyxLzz6tSfUFR+kXXsVQ==
6317-
dependencies:
6318-
buffer-from "^1.0.0"
6319-
source-map "^0.6.0"
6320-
63216313
source-map@^0.5.0:
63226314
version "0.5.7"
63236315
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc"
63246316
integrity sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=
63256317

6326-
source-map@^0.6.0, source-map@^0.6.1, source-map@~0.6.1:
6318+
source-map@^0.6.1, source-map@~0.6.1:
63276319
version "0.6.1"
63286320
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263"
63296321
integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==

0 commit comments

Comments
 (0)