Skip to content
Snippets Groups Projects
Commit 879d184e authored by Jure's avatar Jure
Browse files

Merge branch 'eslint-deps' into 'master'

Explicitly depend on eslint plugins

See merge request !1
parents 91c85aa4 9c1111a5
No related branches found
No related tags found
No related merge requests 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.
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment