We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e91a10e commit 6029ec8Copy full SHA for 6029ec8
package.json
@@ -13,7 +13,7 @@
13
"url": "https://github.com/tusharmath/Multi-threaded-downloader.git"
14
},
15
"scripts": {
16
- "test": "nyc ava && nyc report --reporter=text-lcov | coveralls",
+ "test": "ava",
17
"lint": "standard --verbose | snazzy",
18
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
19
@@ -35,11 +35,9 @@
35
"license": "MIT",
36
"devDependencies": {
37
"ava": "^0.13.0",
38
- "coveralls": "^2.11.8",
39
"cz-conventional-changelog": "^1.1.5",
40
"express": "^4.13.1",
41
"ghooks": "^1.0.3",
42
- "nyc": "^6.0.0",
43
"semantic-release": "^4.3.5",
44
"sinon": "^1.17.2",
45
"snazzy": "^3.0.0",
0 commit comments