From 56d6eb80262187f6f5bc6d24d46a0fb13ad533a4 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 97099a7c..f8cc60e0 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.2.1", "yamljs": "^0.1.5"