Skip to content

Commit

Permalink
Upgraded tap-given
Browse files Browse the repository at this point in the history
  • Loading branch information
dex4er committed Feb 19, 2017
1 parent 92562fe commit 1c177f3
Show file tree
Hide file tree
Showing 3 changed files with 220 additions and 215 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog

## v0.0.3 2017-02-19

* Upgraded tap-given

## v0.0.2 2017-02-17

* Minor optimizations and better error handling
Expand Down
9 changes: 4 additions & 5 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "file-timestamp-stream",
"version": "0.0.2",
"version": "0.0.3",
"description": "Writing stream with file rotating based on timestamp",
"main": "lib/file-timestamp-stream.js",
"repository": {
Expand Down Expand Up @@ -29,8 +29,8 @@
"nyc": "^10.1.2",
"sleep-promise": "^2.0.0",
"standard": "^8.6.0",
"tap": "^10.1.2",
"tap-given": "0.1.0"
"tap": "^10.2.0",
"tap-given": "^0.2.0"
},
"scripts": {
"test": "tap --timeout 20 test/*.js",
Expand All @@ -39,7 +39,6 @@
"test-standard-coverage": "npm run test-standard && npm run test-coverage"
},
"nyc": {
"exclude": [
]
"exclude": []
}
}

0 comments on commit 1c177f3

Please sign in to comment.