Skip to content

Commit

Permalink
Merge pull request #6 from DoSomething/lint-error
Browse files Browse the repository at this point in the history
Fixing eslint bug for now
  • Loading branch information
Joe Kent authored Sep 18, 2017
2 parents ac456c9 + 9a87240 commit 30b3756
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dosomething/eslint-config",
"version": "3.1.0",
"version": "3.1.1",
"description": "Shared ESLint config for DoSomething.org projects.",
"engines": {
"npm": ">=3.0.0"
Expand All @@ -12,7 +12,7 @@
"author": "David Furnes <dfurnes@dosomething.org>",
"license": "MIT",
"dependencies": {
"eslint": "^4.3.0",
"eslint": "4.6.1",
"eslint-config-airbnb": "^15.0.1",
"eslint-plugin-import": "^2.3.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
Expand Down

0 comments on commit 30b3756

Please sign in to comment.