Skip to content

Commit

Permalink
chore(package): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lgaticaq committed Aug 7, 2017
1 parent 2bf91a5 commit 32c97e2
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 14 deletions.
2 changes: 0 additions & 2 deletions .eslintignore

This file was deleted.

1 change: 0 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ node_modules
coverage
test
.editorconfig
.eslintignore
.gitignore
.nvmrc
.travis.yml
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 6 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"devDependencies": {
"chai": "^4.1.1",
"eslint": "^4.0.0",
"eslint": "^4.4.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.1.1",
Expand All @@ -53,20 +53,19 @@
},
"eslintConfig": {
"extends": "standard",
"parserOptions": {
"ecmaVersion": 2017
},
"env": {
"node": true,
"mocha": true,
"es6": true
"mocha": true
},
"rules": {
"no-console": [
"error"
]
}
},
"eslintIgnore": [
"coverage",
"example.js"
],
"lint-staged": {
"src/**/*.js": [
"eslint --fix",
Expand Down

0 comments on commit 32c97e2

Please sign in to comment.