build: Bump stylelint and make pass

grunt-stylelint              0.6.0  →   0.7.0
 stylelint-config-wikimedia   0.3.0  →   0.4.1

Change-Id: Id87b8df04d415e1f1058a4042a31408236402037
This commit is contained in:
James D. Forrester 2017-02-17 16:35:53 -08:00
parent a29b455928
commit dc26d45a15

View file

@ -4,12 +4,12 @@
"test": "grunt test"
},
"devDependencies": {
"grunt": "1.0.1",
"grunt-eslint": "19.0.0",
"eslint-config-wikimedia": "0.3.0",
"grunt": "1.0.1",
"grunt-banana-checker": "0.5.0",
"grunt-eslint": "19.0.0",
"grunt-jsonlint": "1.1.0",
"grunt-stylelint": "0.6.0",
"stylelint-config-wikimedia": "0.3.0"
"grunt-stylelint": "0.7.0",
"stylelint-config-wikimedia": "0.4.1"
}
}