From 94071a2f0664b7226afc9da1eee1af861ef84fc5 Mon Sep 17 00:00:00 2001 From: Anton Wilhelm Date: Sun, 15 Feb 2015 09:23:02 -0800 Subject: [PATCH] component: fix "ms.js" repo location Closes #176. Squashed commit of the following: commit ae4d5f88497d7ce59f476e002ea9b703d3129159 Author: Anton Wilhelm Date: Tue Feb 10 09:26:54 2015 +0100 revert bumping the version commit 0689fb1fa035cbfddb71c19beb76160bd4f13875 Author: Anton Wilhelm Date: Fri Jan 30 12:05:40 2015 +0100 update ms.js lib and bump debug moved to https://github.com/rauchg/ms.js --- component.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/component.json b/component.json index 71e1abb..2bf8531 100644 --- a/component.json +++ b/component.json @@ -14,6 +14,6 @@ "debug.js" ], "dependencies": { - "guille/ms.js": "0.6.1" + "rauchg/ms.js": "0.6.1" } }