Skip to content

Commit a6c28d0

Browse files
authored
Merge pull request #70 from qm3ster/master
Add missing `source-map-support` dependency
2 parents 05596c9 + 9dd404a commit a6c28d0

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
"node-notifier": "^5.4.0",
5252
"resolve": "^1.0.0",
5353
"rimraf": "^2.6.1",
54+
"source-map-support": "^0.5.12",
5455
"tree-kill": "^1.2.1",
5556
"ts-node": "*",
5657
"tsconfig": "^7.0.0"

yarn.lock

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1996,6 +1996,14 @@ [email protected]:
19961996
dependencies:
19971997
hoek "2.x.x"
19981998

1999+
source-map-support@^0.5.12:
2000+
version "0.5.12"
2001+
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.12.tgz#b4f3b10d51857a5af0138d3ce8003b201613d599"
2002+
integrity sha512-4h2Pbvyy15EE02G+JOZpUCmqWJuqrs+sEkzewTm++BPi7Hvn/HwcqLAcNxYAyI0x13CpPPn+kMjl+hplXMHITQ==
2003+
dependencies:
2004+
buffer-from "^1.0.0"
2005+
source-map "^0.6.0"
2006+
19992007
source-map-support@^0.5.6:
20002008
version "0.5.9"
20012009
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.9.tgz#41bc953b2534267ea2d605bccfa7bfa3111ced5f"

0 commit comments

Comments
 (0)