diff --git a/bin/ws.js b/bin/ws.js index f0abb04..a931237 100755 --- a/bin/ws.js +++ b/bin/ws.js @@ -5,7 +5,7 @@ var dope = require("console-dope"), http = require("http"), cliArgs = require("command-line-args"), o = require("object-tools"), - s = require("string-ting"), + s = require("string-tools"), path = require("path"), loadConfig = require("config-master"), morgan = require("morgan"), diff --git a/package.json b/package.json index 9ef8b1d..f11862e 100644 --- a/package.json +++ b/package.json @@ -27,6 +27,6 @@ "serve-index": "^1.0.2", "serve-static": "^1.2.2", "stream-log-stats": "^0.1.0", - "string-ting": "^0.1.0" + "string-tools": "^0.1.4" } }