From 921037e24cad8c2be7efaffe06c08feec07ae868 Mon Sep 17 00:00:00 2001 From: David Braun Date: Wed, 18 Oct 2017 19:37:04 -0400 Subject: [PATCH] package.json: Clean up JavaScript Standard Style cruft. --- package.json | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/package.json b/package.json index 1a8e62a..a728dcf 100644 --- a/package.json +++ b/package.json @@ -18,11 +18,7 @@ "prettier": "1.7.4" }, "homepage": "https://github.com/NodeGuy/channel", - "keywords": [ - "CSP", - "channel", - "concurrency" - ], + "keywords": ["CSP", "channel", "concurrency"], "license": "Apache-2.0", "main": "lib/index.js", "repository": { @@ -32,16 +28,5 @@ "scripts": { "precommit": "prettier --write lib/**/*.js test/**/*.js", "test": "mocha --recursive" - }, - "standard": { - "globals": [ - "after", - "afterEach", - "before", - "beforeEach", - "describe", - "it", - "run" - ] } }