Skip to content
This repository has been archived by the owner on Sep 28, 2020. It is now read-only.

Commit

Permalink
Changed: upgrade to eslint 0.16.x
Browse files Browse the repository at this point in the history
  • Loading branch information
MoOx committed Mar 11, 2015
1 parent 85651f4 commit 9d52d09
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 @@ -24,13 +24,13 @@
"index.js"
],
"peerDependencies": {
"eslint": "^0.15.0"
"eslint": "^0.16.0"
},
"dependencies": {
"object-assign": "^2.0.0"
},
"devDependencies": {
"eslint": "^0.15.0",
"eslint": "^0.16.0",
"tape": "^3.0.3",
"webpack": "^1.4.13"
},
Expand Down

0 comments on commit 9d52d09

Please sign in to comment.