Merge branch 'eslint-deps' into 'master'
Explicitly depend on eslint plugins See merge request !1
No related branches found
No related tags found
... | @@ -10,7 +10,7 @@ | ... | @@ -10,7 +10,7 @@ |
}, | }, | ||
"repository": { | "repository": { | ||
"type": "git", | "type": "git", | ||
"url": "git@gitlab.coko.foundation:yld/pubsweet-logger.git" | "url": "git@gitlab.coko.foundation:pubsweet/pubsweet-logger.git" | ||
}, | }, | ||
"keywords": [ | "keywords": [ | ||
"logger", | "logger", | ||
... | @@ -25,9 +25,13 @@ | ... | @@ -25,9 +25,13 @@ |
"devDependencies": { | "devDependencies": { | ||
"bunyan": "^1.8.12", | "bunyan": "^1.8.12", | ||
"eslint": "^4.5.0", | "eslint": "^4.5.0", | ||
"eslint-config-standard": "^10.2.1", | |||
"eslint-plugin-import": "^2.7.0", | |||
"eslint-plugin-node": "^5.2.0", | |||
"eslint-plugin-promise": "^3.5.0", | |||
"eslint-plugin-standard": "^3.0.1", | |||
"jest": "^20.0.4", | "jest": "^20.0.4", | ||
"nsp": "^2.7.0", | "nsp": "^2.7.0", | ||
"standard": "^10.0.3", | |||
"winston": "^2.3.1" | "winston": "^2.3.1" | ||
}, | }, | ||
"jest": { | "jest": { | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment