Skip to content

Commit d8d2de0

Browse files
authored
feat: upgrade to istanbul-lib-instrument with support for 'const foo = function () {}' name preservation. upgrade to istanbul-lib-hook with fix for ts-node. (#494)
1 parent 7708235 commit d8d2de0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@
8383
"foreground-child": "^1.5.3",
8484
"glob": "^7.0.6",
8585
"istanbul-lib-coverage": "^1.0.0",
86-
"istanbul-lib-hook": "^1.0.0-alpha.4",
87-
"istanbul-lib-instrument": "^1.4.0-candidate.0",
86+
"istanbul-lib-hook": "^1.0.0",
87+
"istanbul-lib-instrument": "^1.4.2",
8888
"istanbul-lib-report": "^1.0.0-alpha.3",
8989
"istanbul-lib-source-maps": "^1.1.0",
9090
"istanbul-reports": "^1.0.0",

0 commit comments

Comments
 (0)