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 54a5efe commit 6ed5f87Copy full SHA for 6ed5f87
package.json
@@ -23,7 +23,6 @@
23
"build": "rimraf lib && rollup -c",
24
"build:w": "rimraf lib && rollup -c -w",
25
"docs": "npm install --prefix src/docs && npm run build --prefix src/docs",
26
- "coverage": "nyc report --reporter=text-lcov | coveralls",
27
"test": "npm run build && nyc ava",
28
"pretest": "clinton"
29
},
@@ -47,7 +46,6 @@
47
46
"ava": "^3.9.0",
48
"clinton": "^0.14.0",
49
"conventional-changelog-cli": "^2.0.34",
50
- "coveralls": "^3.1.0",
51
"husky": "^4.2.5",
52
"lint-staged": "^10.2.10",
53
"nyc": "^15.1.0",
0 commit comments