Skip to content

Commit

Permalink
Bump tmp dependency to tmp-0.0.31.
Browse files Browse the repository at this point in the history
Unfortunately, as discussed at raszi/node-tmp#75 ,
the tmp dependency only has an 0.x release. This means this library
has to manually bump and release for every upstream release to get
fixes and improvements.
  • Loading branch information
binki committed Jan 2, 2017
1 parent f4d8e2f commit 2852c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"dependencies": {
"bluebird": "^3.3.1",
"tmp": "0.0.28"
"tmp": "0.0.31"
},
"devDependencies": {
"mocha": "^3.1.2"
Expand Down

0 comments on commit 2852c7d

Please sign in to comment.