File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## v0.9.2 [ 2016/01/27]
4+
5+ - Added ` --no-validate ` command line option to skip running the ` grunt:validate `
6+ tasks, including PHPCS and eslint.
7+ - Fixed bug that prevented phpcs and eslint from running
8+ - Fixed bug that caused scope error for this.name.
9+ - Updated dependencies. Added npm shrinkwrap file to ensure consistency between
10+ installations.
11+
312## v0.9.1 [ 2015/12/10]
413
514- Add config option to specify command runner in git hook scripts.
Original file line number Diff line number Diff line change 11{
22 "name" : " grunt-drupal-tasks" ,
33 "description" : " A Grunt plugin to automate Drupal build and testing tasks." ,
4- "version" : " 0.9.1 " ,
4+ "version" : " 0.9.2 " ,
55 "main" : " bootstrap.js" ,
66 "dependencies" : {
77 "grunt-available-tasks" : " ~0.6.1" ,
You can’t perform that action at this time.
0 commit comments