Skip to content

Commit

Permalink
Move eslint-plugin-node to devDependencies section in package.json (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
lbeschastny authored and deiga committed Sep 16, 2017
1 parent 4299c90 commit e19bafd
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Expand Up @@ -16,16 +16,14 @@
"devDependencies": {
"eslint": "^4.2.0",
"eslint-config-airbnb-base": "^11.2.0",
"eslint-plugin-import": "^2.7.0"
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.1.0"
},
"scripts": {
"test": "node test.js",
"lint": "eslint --ext js lib "
},
"engines": {
"node": ">=4.x"
},
"dependencies": {
"eslint-plugin-node": "^5.1.0"
}
}

0 comments on commit e19bafd

Please sign in to comment.