Skip to content

Commit

Permalink
Upgrade rimraf
Browse files Browse the repository at this point in the history
Seems to fix an issue in Windows that has been plaguing me.
isaacs/rimraf#72

I ran the test suite and all seems fine.
  • Loading branch information
v-johuda committed Aug 4, 2016
1 parent 76966b1 commit f05082c
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 @@ -22,7 +22,7 @@
"main": "./lib/temp",
"dependencies": {
"os-tmpdir": "^1.0.0",
"rimraf": "~2.2.6"
"rimraf": "~2.5.4"
},
"keywords": [
"temporary",
Expand Down

0 comments on commit f05082c

Please sign in to comment.