diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json index 0167a15..c5c0cf4 100644 --- a/package.json +++ b/package.json @@ -24,16 +24,16 @@ }, "homepage": "https://github.com/giann/fengari#readme", "devDependencies": { - "babel-tape-runner": "^2.0.1", "docdash": "^0.4.0", - "faucet": "0.0.1", "js-beautify": "^1.6.8", "jsdoc": "^3.4.3", "tap-bail": "0.0.0", + "babel-tape-runner": "^2.0.1", + "faucet": "0.0.1", "tmp": "0.0.31" }, "dependencies": { "seedrandom": "^2.4.2", - "sprintf-js": "^1.0.3" + "sprintf-js": "alexei/sprintf.js" } } |