From d4c3d0da3d230a215d7b35a3816fe13ea7b67fd8 Mon Sep 17 00:00:00 2001 From: Diana Shkolnikov Date: Tue, 18 Apr 2017 17:21:14 -0400 Subject: [PATCH] update npm-check to ignore updates --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 907b0e1..c15e073 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ }, "devDependencies": { "jshint": "^2.8.0", - "npm-check": "^5.4.0", + "npm-check": "git://github.com/orangejulius/npm-check.git#disable-update-check", "precommit-hook": "^3.0.0", "tap-dot": "^1.0.5", "tape": "^4.6.3",