Skip to content

Commit 183ec03

Browse files
committed
Fix source-map-support bug
See evanw/node-source-map-support#254.
1 parent 63b5ac6 commit 183ec03

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
},
3030
"dependencies": {
3131
"@babel/plugin-transform-modules-commonjs": "^7.10.4",
32-
"babel-preset-jest": "^26.5.0"
32+
"babel-preset-jest": "^26.5.0",
33+
"source-map-support": "danielbayley/node-source-map-support#patch-1"
3334
},
3435
"peerDependencies": {
3536
"coffeescript": "2.x",

0 commit comments

Comments
 (0)