Skip to content

Commit

Permalink
Merge pull request #29 from bem/birhoff.update_eslint
Browse files Browse the repository at this point in the history
chore(eslint): Update eslint version
  • Loading branch information
blond authored Jul 4, 2017
2 parents bf6e742 + b6d3b06 commit ed93a93
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
"node": ">= 4"
},
"peerDependencies": {
"eslint": "^3.0.0"
"eslint": ">= 3.3.0 < 5.0.0"
},
"dependencies": {},
"devDependencies": {
"eslint": "^3.0.0",
"eslint-config-pedant": "^0.9.0"
"eslint": ">= 3.3.0 < 5.0.0",
"eslint-config-pedant": "^0.10.0"
},
"scripts": {
"test": "npm run lint",
Expand Down

0 comments on commit ed93a93

Please sign in to comment.