Skip to content

Commit

Permalink
[Refactor] use non-depreacted sprintf-js successor instead of `spri…
Browse files Browse the repository at this point in the history
…ntf`
  • Loading branch information
talmobi authored and ljharb committed Aug 7, 2020
1 parent 6a8765c commit 1671ad5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
var through2 = require('through2');
var duplexer = require('duplexer');
var parser = require('tap-parser');
var sprintf = require('sprintf');
var sprintf = require('sprintf-js').sprintf;

module.exports = function (opts) {
if (!opts) opts = {};
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"duplexer": "^0.1.2",
"minimist": "^1.2.6",
"npm-which": "^1.0.2",
"sprintf": "^0.1.5",
"sprintf-js": "^1.1.2",
"tap-parser": "^0.4.3",
"tape": "^5.6.1",
"through2": "^0.2.3"
Expand Down

0 comments on commit 1671ad5

Please sign in to comment.