Skip to content

Commit

Permalink
v1.0.2 (#1)
Browse files Browse the repository at this point in the history
* fix test command
  • Loading branch information
bitinn authored May 16, 2019
1 parent 97bd97f commit 1acea29
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
Changelog
=========

## v1.0.2

- Other: fix test integration

## v1.0.1

- Other: readme update
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "fetch-blob",
"version": "1.0.1",
"version": "1.0.2",
"description": "A Blob implementation on node.js, originally from node-fetch",
"main": "index.js",
"scripts": {
"test": "ava",
"report": "nyc ava",
"coverage": "nyc report --reporter json --reporter text && codecov -f coverage/coverage-final.json"
"coverage": "nyc --reporter json --reporter text ava && codecov -f coverage/coverage-final.json"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 1acea29

Please sign in to comment.