Skip to content

Commit

Permalink
Updating grunt to v0.3.10 and publishing to npm.
Browse files Browse the repository at this point in the history
* Updating a few dependencies to work with node 0.8.x (0.6.x should still work)
  • Loading branch information
cowboy committed Jun 25, 2012
1 parent 6b320d7 commit bb09a33
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ For projects already using grunt, you're done. Otherwise, if you're adding grunt
## Release History <a name="release-history" href="#release-history" title="Link to this section">⚑</a>
_(Until v1.0.0, this will only be updated when major or breaking changes are made)_

* 2012/06/25 - v0.3.10 - Updating a few dependencies to work with node 0.8.x (0.6.x should still work).
* 2012/04/18 - v0.3.9 - The min task (via the uglify helper) now appends a semicolon to the end of the generated source.
* 2012/04/06 - v0.3.8 - Init template tweaks. Anchor links added to docs, along with grunt-internal docs task to generate them. The watch task now supports multiple targets with separate wildcards and tasks. Locally-installed grunt will override global grunt even when run from global "grunt" script.
* 2012/04/01 - v0.3.7 - Tweaked the behavior of the init template `exports.warnOn` property and added more init template documentation. Fixed duplicate PhantomJS debug output in qunit task. Added useful nodeunit and qunit comments into init template generated test .js files.
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "grunt",
"description": "A task-based command line build tool for JavaScript projects.",
"version": "0.3.9",
"version": "0.3.10",
"author": "\"Cowboy\" Ben Alman (http://benalman.com/)",
"homepage": "http://github.com/cowboy/grunt",
"repository": {
Expand Down Expand Up @@ -47,7 +47,7 @@
"dependencies": {
"async": "~0.1.18",
"colors": "~0.6.0",
"connect": "~1.8.6",
"connect": "~2.3.4",
"dateformat": "1.0.2-1.2.3",
"glob-whatev": "~0.1.4",
"hooker": "~0.2.3",
Expand All @@ -59,7 +59,7 @@
"uglify-js": "~1.0.7",
"underscore": "~1.2.4",
"underscore.string": "~2.1.1",
"temporary": "~0.0.2",
"temporary": "~0.0.4",
"gzip-js": "~0.3.1"
},
"devDependencies": {}
Expand Down

0 comments on commit bb09a33

Please sign in to comment.