Skip to content

Commit

Permalink
fix: use istanbul-lib-instrument version instead of istanbul-lib-cove…
Browse files Browse the repository at this point in the history
…rage in hash salt
  • Loading branch information
taye committed Feb 24, 2019
1 parent ac7a177 commit 2858ac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/hash.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module.exports = {
salt (config) {
return JSON.stringify({
modules: {
'istanbul-lib-instrument': require('istanbul-lib-coverage/package.json').version,
'istanbul-lib-instrument': require('istanbul-lib-instrument/package.json').version,
nyc: require('../package.json').version
},
nycrc: getInvalidatingOptions(config)
Expand Down

0 comments on commit 2858ac9

Please sign in to comment.