mirror of
https://github.com/thelounge/thelounge
synced 2024-11-10 14:44:13 +00:00
Update developer dependencies
This commit is contained in:
parent
e568452528
commit
1d08e909cc
2 changed files with 7 additions and 7 deletions
|
@ -49,9 +49,9 @@
|
|||
"media-query-list-comma-newline-after": "always-multi-line",
|
||||
"media-query-list-comma-space-after": "always-single-line",
|
||||
"media-query-list-comma-space-before": "never",
|
||||
"media-query-parentheses-space-inside": "never",
|
||||
"media-feature-parentheses-space-inside": "never",
|
||||
"no-eol-whitespace": true,
|
||||
"no-missing-eof-newline": true,
|
||||
"no-missing-end-of-source-newline": true,
|
||||
"number-leading-zero": "never",
|
||||
"number-no-trailing-zeros": true,
|
||||
"length-zero-no-unit": true,
|
||||
|
|
10
package.json
10
package.json
|
@ -59,13 +59,13 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"chai": "3.5.0",
|
||||
"eslint": "2.11.1",
|
||||
"eslint": "3.6.0",
|
||||
"font-awesome": "4.6.3",
|
||||
"handlebars": "4.0.5",
|
||||
"istanbul": "0.4.3",
|
||||
"mocha": "2.4.5",
|
||||
"npm-run-all": "2.1.1",
|
||||
"stylelint": "6.6.0",
|
||||
"istanbul": "0.4.5",
|
||||
"mocha": "3.0.2",
|
||||
"npm-run-all": "3.1.0",
|
||||
"stylelint": "7.3.1",
|
||||
"uglify-js": "2.7.3"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue