build: Fix stylelint devDependencies

Bug: T142235
Change-Id: I45021b2cd1decdc4cd9a9e9908d132cc1f6d795b
This commit is contained in:
James D. Forrester 2016-08-05 10:50:58 -07:00
parent f82cd83773
commit fda31a802f
2 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@
.ve-ui-mwMathDialog-menuLayout > .oo-ui-menuLayout-content {
border-bottom: 1px solid #e6e6e6;
box-shadow: 0 1px 0 0 rgba( 0, 0, 0, 0.05 );
box-shadow: 0 1px 0 0 rgba( 0, 0, 0, 0.05 ); /* stylelint-disable-line no-unsupported-browser-features */
overflow: auto;
}

View File

@ -10,7 +10,7 @@
"grunt-contrib-watch": "1.0.0",
"grunt-jscs": "2.8.0",
"grunt-jsonlint": "1.0.7",
"grunt-stylelint": "0.3.0",
"stylelint-config-wikimedia": "0.2.0"
"grunt-stylelint": "0.6.0",
"stylelint-config-wikimedia": "0.3.0"
}
}