Update package.json and fix eslint issues (#322)
This commit is contained in:
committed by
Santhosh Thottingal
parent
9ab4deeb4e
commit
27c21219b4
27
package.json
27
package.json
@@ -11,8 +11,8 @@
|
||||
"l10n"
|
||||
],
|
||||
"author": {
|
||||
"name": "Santhosh Thottingal",
|
||||
"email": "santhosh.thottingal@gmail.com"
|
||||
"name": "Santhosh Thottingal",
|
||||
"email": "santhosh.thottingal@gmail.com"
|
||||
},
|
||||
"contributors": [
|
||||
"Alolita Sharma",
|
||||
@@ -25,26 +25,27 @@
|
||||
"Siebrand Mazeland"
|
||||
],
|
||||
"devDependencies": {
|
||||
"eslint-config-wikimedia": "0.5.0",
|
||||
"grunt": "^1.0.1",
|
||||
"grunt-eslint": "20.1.0",
|
||||
"grunt-stylelint": "0.9.0",
|
||||
"stylelint": "8.2.0",
|
||||
"grunt-contrib-qunit": "^1.2.0",
|
||||
"stylelint-config-wikimedia": "0.4.2"
|
||||
"eslint-config-wikimedia": "^0.7.2",
|
||||
"eslint-plugin-qunit": "^3.3.0",
|
||||
"grunt": "^1.0.3",
|
||||
"grunt-contrib-qunit": "^3.0.1",
|
||||
"grunt-eslint": "21.0.0",
|
||||
"grunt-stylelint": "0.10.0",
|
||||
"stylelint": "9.2.0",
|
||||
"stylelint-config-wikimedia": "0.4.3"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/wikimedia/jquery.uls.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url" : "https://github.com/wikimedia/jquery.uls/issues"
|
||||
"url": "https://github.com/wikimedia/jquery.uls/issues"
|
||||
},
|
||||
"engine": {
|
||||
"node": ">=6.11.1"
|
||||
},
|
||||
"license": "(MIT OR GPL-2.0+)",
|
||||
"scripts": {
|
||||
"test": "grunt test --verbose"
|
||||
"license": "(MIT OR GPL-2.0+)",
|
||||
"scripts": {
|
||||
"test": "grunt test --verbose"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user