Skip to content

Commit

Permalink
Move request typings to dependencies and bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
jjrv committed Aug 7, 2017
1 parent 44f876c commit ffc45b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cget",
"version": "0.1.1",
"version": "0.2.0",
"description": "Robust streaming parallel download manager with filesystem cache",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -32,12 +32,12 @@
"dependencies": {
"@types/bluebird": "^3.5.8",
"@types/node": "^8.0.19",
"@types/request": "2.0.0",
"bluebird": "^3.5.0",
"cwait": "^1.1.1",
"request": "~2.81.0"
},
"devDependencies": {
"@types/request": "2.0.0",
"typescript": "^2.4.2"
}
}

0 comments on commit ffc45b2

Please sign in to comment.