From 305faa83415ceae269c143e85640273f46e4ae08 Mon Sep 17 00:00:00 2001 From: David Braun Date: Wed, 6 Dec 2017 13:21:15 -0500 Subject: [PATCH] package.json: Update dependencies. --- package.json | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 3f02444..8f7c383 100644 --- a/package.json +++ b/package.json @@ -12,17 +12,11 @@ }, "dependencies": {}, "devDependencies": { - "@nodeguy/assert": "0.1.1", - "husky": "0.14.3", - "mocha": "3.5.3", - "prettier": "1.7.4" + "@nodeguy/assert": "0.1.4", + "mocha": "4.0.1" }, "homepage": "https://github.com/NodeGuy/channel", - "keywords": [ - "CSP", - "channel", - "concurrency" - ], + "keywords": ["CSP", "channel", "concurrency"], "license": "Apache-2.0", "main": "lib/index.js", "repository": { @@ -30,7 +24,6 @@ "url": "git+https://github.com/NodeGuy/channel.git" }, "scripts": { - "precommit": "prettier --write lib/**/*.js test/**/*.js", "test": "mocha --recursive" } }