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 dec6f6e commit 85c4ac7Copy full SHA for 85c4ac7
package.json
@@ -10,8 +10,7 @@
10
"lint": "xo --fix",
11
"coverage": "npm run compile && nyc --reporter=lcov ava --timeout=30s",
12
"docs": "jsdoc -c ./conf.json --readme ./README.md",
13
- "coveralls": "npm run coverage | coveralls",
14
- "preversion": "npm run lint"
+ "coveralls": "npm run coverage | coveralls"
15
},
16
"xo": {
17
"prettier": true,
0 commit comments