package: ⬆️ dependencies
This commit is contained in:
parent
b658fe7ca0
commit
dbcbc28b11
2 changed files with 8 additions and 6 deletions
|
@ -12,6 +12,7 @@ rules:
|
|||
babel/arrow-parens: [2, "as-needed"]
|
||||
|
||||
eqeqeq: 0
|
||||
no-return-assign: 0 # fails for arrow functions
|
||||
no-var: 2
|
||||
semi: [2, always]
|
||||
space-before-function-paren: [2, never]
|
||||
|
|
13
package.json
13
package.json
|
@ -21,9 +21,9 @@
|
|||
"accepts": "^1.2.2",
|
||||
"content-disposition": "~0.5.0",
|
||||
"content-type": "^1.0.0",
|
||||
"cookies": "~0.5.0",
|
||||
"cookies": "~0.6.1",
|
||||
"debug": "*",
|
||||
"delegates": "0.1.0",
|
||||
"delegates": "^1.0.0",
|
||||
"destroy": "^1.0.3",
|
||||
"error-inject": "~1.0.0",
|
||||
"escape-html": "~1.0.1",
|
||||
|
@ -46,11 +46,12 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"babel-core": "^6.1.2",
|
||||
"babel-eslint": "^4.1.3",
|
||||
"babel-eslint": "^5.0.0",
|
||||
"babel-plugin-transform-async-to-generator": "^6.0.14",
|
||||
"eslint": "^1.6.0",
|
||||
"eslint-config-standard": "^4.4.0",
|
||||
"eslint-plugin-babel": "^2.1.1",
|
||||
"eslint": "~2.2.0",
|
||||
"eslint-config-standard": "^5.1.0",
|
||||
"eslint-plugin-babel": "^3.1.0",
|
||||
"eslint-plugin-promise": "^1.1.0",
|
||||
"eslint-plugin-standard": "^1.3.1",
|
||||
"istanbul": "^0.4.0",
|
||||
"mocha": "^2.0.1",
|
||||
|
|
Loading…
Reference in a new issue