We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a3c4e0 commit 523421aCopy full SHA for 523421a
1 file changed
package.json
@@ -20,7 +20,9 @@
20
"prepare": "npm run build",
21
"build": "rimraf lib && babel src -d lib",
22
"coverage": "nyc report --reporter=text-lcov | coveralls",
23
- "test": "nyc ava"
+ "test": "nyc ava",
24
+ "lint": "eslint {src,test}/*.js *.md --fix",
25
+ "pretest": "clinton && npm run lint"
26
},
27
"files": [
28
"lib/"
@@ -93,7 +95,7 @@
93
95
"@babel/preset-env",
94
96
{
97
"targets": {
- "node": 6
98
+ "node": 8
99
}
100
101
],
0 commit comments