Bump v0.1.1
This commit is contained in:
parent
5d8bceefee
commit
95488dfdc0
@ -4,3 +4,8 @@ v0.1.0:
|
||||
- Release watch task.
|
||||
- Remove spawn from helper
|
||||
- Run on Grunt v0.4
|
||||
v0.1.1:
|
||||
date: 2012-10-16
|
||||
changes:
|
||||
- Fallback to global grunt bin if local doesnt exist. Fatal if bin cannot be found.
|
||||
- Update to gaze 0.1.6
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "grunt-contrib-watch",
|
||||
"description": "Run predefined tasks whenever watched file patterns are added, changed or deleted.",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1",
|
||||
"homepage": "https://github.com/gruntjs/grunt-contrib-watch",
|
||||
"author": {
|
||||
"name": "Grunt Team",
|
||||
@ -28,7 +28,7 @@
|
||||
"test": "grunt test"
|
||||
},
|
||||
"dependencies": {
|
||||
"gaze": "~0.1.5"
|
||||
"gaze": "~0.1.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"grunt-contrib-jshint": "0.1.0",
|
||||
|
Loading…
Reference in New Issue
Block a user