Skip to content

Commit

Permalink
feat: upgrade to istanbul-lib-instrument with support for 'const foo …
Browse files Browse the repository at this point in the history
…= function () {}' name preservation. upgrade to istanbul-lib-hook with fix for ts-node. (#494)
  • Loading branch information
bcoe committed Jan 17, 2017
1 parent 7708235 commit d8d2de0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -83,8 +83,8 @@
"foreground-child": "^1.5.3",
"glob": "^7.0.6",
"istanbul-lib-coverage": "^1.0.0",
"istanbul-lib-hook": "^1.0.0-alpha.4",
"istanbul-lib-instrument": "^1.4.0-candidate.0",
"istanbul-lib-hook": "^1.0.0",
"istanbul-lib-instrument": "^1.4.2",
"istanbul-lib-report": "^1.0.0-alpha.3",
"istanbul-lib-source-maps": "^1.1.0",
"istanbul-reports": "^1.0.0",
Expand Down

0 comments on commit d8d2de0

Please sign in to comment.