Skip to content

Commit 2852c7d

Browse files
committed
Bump tmp dependency to tmp-0.0.31.
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.
1 parent f4d8e2f commit 2852c7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"dependencies": {
2323
"bluebird": "^3.3.1",
24-
"tmp": "0.0.28"
24+
"tmp": "0.0.31"
2525
},
2626
"devDependencies": {
2727
"mocha": "^3.1.2"

0 commit comments

Comments
 (0)