Skip to content
This repository has been archived by the owner on Apr 20, 2018. It is now read-only.

Commit

Permalink
Lock Grunt to 0.4.1
Browse files Browse the repository at this point in the history
"~0.4.1" was using a recently released 0.4.3, which introduced a
breaking change where tasks were executed asynchronously. This caused
tests to fail because assertions were executed before tasks finished
doing their thing.
  • Loading branch information
silvenon committed Mar 11, 2014
1 parent af90e96 commit 70f34fe
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 @@ -26,7 +26,7 @@
"debug": "~0.7.2"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt": "0.4.1",
"mkdirp": "~0.3.5",
"rimraf": "~2.1.4",
"grunt-contrib-jshint": "~0.4.1",
Expand Down

0 comments on commit 70f34fe

Please sign in to comment.