There was an error while loading. Please reload this page.
1 parent b2cd0bd commit b387dbeCopy full SHA for b387dbe
1 file changed
package.json
@@ -5,7 +5,7 @@
5
"main": "dist/index.js",
6
"scripts": {
7
"dev": "nodemon -w lib -w examples -x \"npm run build && node examples/test.js\"",
8
- "clean": "rimraf ./dist ./docs",
+ "clean": "rimraf ./dist ./docs ./.nyc_output ./coverage",
9
"build": "babel -d ./dist ./lib",
10
"test": "NODE_ENV=test nyc ava",
11
"coverage": "NODE_ENV=test nyc report --reporter=text-lcov",
@@ -58,7 +58,6 @@
58
"ava": {
59
"require": "babel-register",
60
"concurrency": 4,
61
-
62
"files": [
63
"lib/*.test.js"
64
]
0 commit comments