Skip to content

Commit

Permalink
[setup] update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Mollweide committed Mar 2, 2017
1 parent ecb2803 commit f23cbe9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@namics/eslint-config",
"version": "2.1.0",
"version": "2.2.0",
"description": "Default configurations for eslint",
"author": "Simon Mollweide <simon.mollweide@namics.com>",
"license": "MIT",
Expand All @@ -18,7 +18,7 @@
"main": "configurations/es6-browser.js",
"scripts": {
"lint": "npm run lint:js",
"lint:js": "node_modules/.bin/eslint **/*.jsx **/*.js",
"lint:js": "node_modules/.bin/eslint test/**/*.jsx test/**/*.js",
"test": "npm run lint"
},
"keywords": [
Expand All @@ -40,7 +40,7 @@
},
"dependencies": {
"eslint-find-rules": "^1.14.3",
"eslint-plugin-jsx-a11y": "^3.0.1",
"eslint-plugin-react": "^6.7.1"
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.0"
}
}

0 comments on commit f23cbe9

Please sign in to comment.