Skip to content

Commit

Permalink
Temp fix to grunt.file.delete for gruntjsgh-1134.
Browse files Browse the repository at this point in the history
* The issue is with .sync in rimraf@2.2.7, but 2.2.6 still works.
* See isaacs/rimraf#40.
* Hopefully this fixes the build again!
  • Loading branch information
cowboy committed May 6, 2014
1 parent 66336ff commit 464cfdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -55,7 +55,7 @@
"iconv-lite": "~0.2.11",
"minimatch": "~0.2.12",
"nopt": "~1.0.10",
"rimraf": "~2.2.6",
"rimraf": "2.2.6",
"lodash": "~0.9.2",
"underscore.string": "~2.2.1",
"which": "~1.0.5",
Expand Down

0 comments on commit 464cfdd

Please sign in to comment.