Skip to content

Commit

Permalink
fix(package): Added missing dep on @types/tough-cookie for TS users
Browse files Browse the repository at this point in the history
  • Loading branch information
grantila committed Dec 9, 2018
1 parent 1564707 commit bcb62ca
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
Expand Up @@ -53,10 +53,9 @@
"@types/mocha": "5.x",
"@types/node": "10.x",
"@types/through2": "2.x",
"@types/tough-cookie": "2.x",
"chai": "4.x",
"coveralls": "3.x",
"cz-conventional-changelog": "^2.1.0",
"cz-conventional-changelog": "2.x",
"from2": "2.x",
"mocha": "5.x",
"nyc": "13.x",
Expand All @@ -68,6 +67,7 @@
"typescript": "3.x"
},
"dependencies": {
"@types/tough-cookie": "2.x",
"already": "1.x",
"callguard": "1.x",
"get-stream": "4.x",
Expand Down

0 comments on commit bcb62ca

Please sign in to comment.