Skip to content

Commit

Permalink
Update dependencies and add status badge.
Browse files Browse the repository at this point in the history
  • Loading branch information
jjrv committed Jul 20, 2017
1 parent 2fc18d5 commit 7545f0d
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 @@ cget
====

[![build status](https://travis-ci.org/charto/cget.svg?branch=master)](http://travis-ci.org/charto/cget)
[![dependency status](https://david-dm.org/charto/cget.svg)](https://david-dm.org/charto/cget)
[![npm version](https://img.shields.io/npm/v/cget.svg)](https://www.npmjs.com/package/cget)

`cget` is a robust streaming parallel download manager with a filesystem cache and a simple API.
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@
],
"dependencies": {
"@types/bluebird": "^3.5.8",
"@types/node": "^8.0.5",
"@types/node": "^8.0.14",
"bluebird": "^3.5.0",
"cwait": "^1.0.1",
"cwait": "^1.1.0",
"request": "~2.81.0"
},
"devDependencies": {
"@types/request": "0.0.45",
"typescript": "^2.4.1"
"@types/request": "2.0.0",
"typescript": "^2.4.2"
}
}

0 comments on commit 7545f0d

Please sign in to comment.