aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authordaurnimator <quae@daurnimator.com>2017-05-31 17:16:45 +1000
committerdaurnimator <quae@daurnimator.com>2017-05-31 17:16:55 +1000
commit7b98fc12c2d64d6a5febca2ec53151b66193376f (patch)
tree2151ae6bd88ab581bd26fb35bc91b7d8d4505f32 /package.json
parent043dfbed7c500ba58d44da808c403575e4b83f38 (diff)
downloadfengari-7b98fc12c2d64d6a5febca2ec53151b66193376f.tar.gz
fengari-7b98fc12c2d64d6a5febca2ec53151b66193376f.tar.bz2
fengari-7b98fc12c2d64d6a5febca2ec53151b66193376f.zip
Move to upstream sprintf-js release
https://github.com/alexei/sprintf.js/pull/138 was merged.
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 28807b5..e09b3a5 100644
--- a/package.json
+++ b/package.json
@@ -37,7 +37,7 @@
"dependencies": {
"readline-sync": "^1.4.7",
"seedrandom": "^2.4.2",
- "sprintf-js": "giann/sprintf.js",
+ "sprintf-js": "^1.1.1",
"strftime": "^0.10.0",
"tmp": "0.0.31"
}