package.json: Clean up JavaScript Standard Style cruft.

This commit is contained in:
David Braun 2017-10-18 19:37:04 -04:00
parent fd8075025c
commit 921037e24c
No known key found for this signature in database
GPG key ID: 5694EEC4D129BDCF

View file

@ -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"
]
}
}