From 21756d7cb2b8cca453251f84afed95afc03bdc85 Mon Sep 17 00:00:00 2001 From: Calvin Montgomery Date: Wed, 7 Jan 2015 10:47:46 -0500 Subject: [PATCH] sanitize-html: replace github link with npm The change I made to sanitize-html was merged and published to npm, so there's no reason to depend on my fork anymore. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 77e643ef..d40c5286 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "nodemailer": "^1.2.0", "oauth": "^0.9.12", "q": "^1.0.1", - "sanitize-html": "git://github.com/calzoneman/sanitize-html#9829c6d0", + "sanitize-html": "^1.5.0", "serve-static": "^1.5.3", "socket.io": "^1.1.0", "yamljs": "^0.1.5"