Skip to content

Commit 1acea29

Browse files
authored
v1.0.2 (#1)
* fix test command
1 parent 97bd97f commit 1acea29

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
Changelog
33
=========
44

5+
## v1.0.2
6+
7+
- Other: fix test integration
8+
59
## v1.0.1
610

711
- Other: readme update

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "fetch-blob",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "A Blob implementation on node.js, originally from node-fetch",
55
"main": "index.js",
66
"scripts": {
77
"test": "ava",
88
"report": "nyc ava",
9-
"coverage": "nyc report --reporter json --reporter text && codecov -f coverage/coverage-final.json"
9+
"coverage": "nyc --reporter json --reporter text ava && codecov -f coverage/coverage-final.json"
1010
},
1111
"repository": {
1212
"type": "git",

0 commit comments

Comments
 (0)