Skip to content
This repository was archived by the owner on Jan 10, 2023. It is now read-only.

Commit 31926f7

Browse files
author
Ed Moore
committedMay 8, 2018
v3.0.2
1 parent 1114b03 commit 31926f7

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed
 

‎package.json

+4-8
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,17 @@
11
{
22
"name": "codecov",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"description": "Uploading report to Codecov: https://codecov.io",
55
"main": "index.js",
66
"scripts": {
7-
"test": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha -- -R spec"
7+
"test":
8+
"./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha -- -R spec"
89
},
910
"repository": {
1011
"type": "git",
1112
"url": "https://github.com/codecov/codecov-node"
1213
},
13-
"keywords": [
14-
"coverage",
15-
"code-coverage",
16-
"codecov.io",
17-
"codecov"
18-
],
14+
"keywords": ["coverage", "code-coverage", "codecov.io", "codecov"],
1915
"bin": {
2016
"codecov": "./bin/codecov"
2117
},

0 commit comments

Comments
 (0)
This repository has been archived.