From 6a10f42cec464a4ceeb294b90f37696ee77ebd1a Mon Sep 17 00:00:00 2001 From: Richard Towers Date: Fri, 25 Aug 2017 11:25:07 +0100 Subject: [PATCH] Update dependency on widdershins to 2.1.4 The Mermade/widdershins#two_oh branch isn't on github anymore, so the old version doesn't work. I'm not sure whether there might have been breaking changes since that branch, but it seems to work well enough for Verify's nefarious purposes. Authors: @richardtowers --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 84ffd94..2f5b22e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "dependencies": { - "widdershins": "Mermade/widdershins#two_oh" + "widdershins": "2.1.4" }, "devDependencies": {} }