Skip to content

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyar committed May 19, 2014
1 parent 2786c1b commit 134200c
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,17 @@
"test": "grunt test"
},
"dependencies": {
"which": "^1.0.5",
"log": "^1.4.0"
"log": "^1.4.0",
"which": "^1.0.5"
},
"devDependencies": {
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-watch": "~0.5.0",
"load-grunt-tasks": "~0.2.0",
"mocha": "~1.17.1",
"time-grunt": "~0.1.1",
"chai": "^1.9.1",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-mocha-test": "^0.10.2",
"jshint-stylish": "~0.1.3",
"grunt-mocha-test": "~0.7.0",
"chai": "^1.9.0"
"load-grunt-tasks": "^0.4.0",
"mocha": "^1.19.0",
"time-grunt": "^0.3.1"
}
}

0 comments on commit 134200c

Please sign in to comment.