Skip to content

Commit

Permalink
Update deprecated sprintf dependency (jeresig#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
richin13 authored and gjuchault committed Sep 5, 2018
1 parent 9c77e01 commit e55ecef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*/

// dependencies
var vsprintf = require("sprintf").vsprintf,
var vsprintf = require("sprintf-js").vsprintf,
fs = require("fs"),
path = require("path"),
debugLog = require('debug')('i18n-2:log'),
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"dependencies": {
"debug": "^3.1.0",
"sprintf": "^0.1.5"
"sprintf-js": "^1.1.1"
},
"devDependencies": {
"expresso": ">=0.9.2",
Expand Down

0 comments on commit e55ecef

Please sign in to comment.