Skip to content

Commit

Permalink
Revert "bump deps"
Browse files Browse the repository at this point in the history
This reverts commit 2db753e.
  • Loading branch information
feross committed Apr 6, 2017
1 parent 2c77374 commit 85b7ecf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {},
"devDependencies": {
"eslint": "^3.19.0",
"eslint": "^3.0.1",
"mocha": "^3.2.0",
"standard": "*"
},
Expand All @@ -27,6 +27,6 @@
"test": "standard && mocha tests/"
},
"peerDependencies": {
"eslint": "^3.19.0"
"eslint": ">=3.0.0"
}
}

0 comments on commit 85b7ecf

Please sign in to comment.