package.json: Clean up JavaScript Standard Style cruft.
This commit is contained in:
parent
fd8075025c
commit
921037e24c
1 changed files with 1 additions and 16 deletions
17
package.json
17
package.json
|
@ -18,11 +18,7 @@
|
||||||
"prettier": "1.7.4"
|
"prettier": "1.7.4"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/NodeGuy/channel",
|
"homepage": "https://github.com/NodeGuy/channel",
|
||||||
"keywords": [
|
"keywords": ["CSP", "channel", "concurrency"],
|
||||||
"CSP",
|
|
||||||
"channel",
|
|
||||||
"concurrency"
|
|
||||||
],
|
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
@ -32,16 +28,5 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"precommit": "prettier --write lib/**/*.js test/**/*.js",
|
"precommit": "prettier --write lib/**/*.js test/**/*.js",
|
||||||
"test": "mocha --recursive"
|
"test": "mocha --recursive"
|
||||||
},
|
|
||||||
"standard": {
|
|
||||||
"globals": [
|
|
||||||
"after",
|
|
||||||
"afterEach",
|
|
||||||
"before",
|
|
||||||
"beforeEach",
|
|
||||||
"describe",
|
|
||||||
"it",
|
|
||||||
"run"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue