Skip to content

Commit

Permalink
Merge cae0799 into 47c8a89
Browse files Browse the repository at this point in the history
  • Loading branch information
greenkeeper[bot] committed Jan 30, 2018
2 parents 47c8a89 + cae0799 commit 3b2e669
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

[![Build Status](https://travis-ci.org/JustinBeckwith/fileinator.svg?branch=master)](https://travis-ci.org/JustinBeckwith/fileinator)
[![Coverage Status](https://coveralls.io/repos/github/JustinBeckwith/fileinator/badge.svg?branch=master&trick=me)](https://coveralls.io/github/JustinBeckwith/fileinator?branch=master)
[![Greenkeeper badge](https://badges.greenkeeper.io/JustinBeckwith/fileinator.svg)](https://greenkeeper.io/)

Behold my latest inator! Generate files full of random bytes. Good for tests.

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
"homepage": "https://github.com/JustinBeckwith/fileinator#readme",
"dependencies": {
"filesize-parser": "^1.3.1",
"progress": "^1.1.8",
"yargs": "^4.2.0"
"progress": "^2.0.0",
"yargs": "^11.0.0"
},
"devDependencies": {
"coveralls": "^2.11.8",
"coveralls": "^3.0.0",
"istanbul": "^0.4.2",
"mocha": "^2.4.5",
"mocha": "^5.0.0",
"mocha-lcov-reporter": "^1.2.0",
"node-uuid": "^1.4.7"
},
Expand Down

0 comments on commit 3b2e669

Please sign in to comment.