File tree 2 files changed +10
-1
lines changed
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
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
+
3
12
## v0.9.1 [ 2015/12/10]
4
13
5
14
- Add config option to specify command runner in git hook scripts.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " grunt-drupal-tasks" ,
3
3
"description" : " A Grunt plugin to automate Drupal build and testing tasks." ,
4
- "version" : " 0.9.1 " ,
4
+ "version" : " 0.9.2 " ,
5
5
"main" : " bootstrap.js" ,
6
6
"dependencies" : {
7
7
"grunt-available-tasks" : " ~0.6.1" ,
You can’t perform that action at this time.
0 commit comments