Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
feross committed Apr 6, 2017
1 parent db69e45 commit 2db753e
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
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {},
"devDependencies": {
"eslint": "^3.0.1",
"eslint": "^3.19.0",
"mocha": "^3.2.0",
"standard": "*"
},
Expand All @@ -27,6 +27,6 @@
"test": "standard && mocha tests/"
},
"peerDependencies": {
"eslint": ">=3.0.0"
"eslint": "^3.19.0"
}
}

0 comments on commit 2db753e

Please sign in to comment.