Skip to content

Commit

Permalink
package: move eslint to peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
grvcoelho committed Apr 12, 2018
1 parent 5e2a528 commit c8b28ce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@
},
"dependencies": {
"bluebird": "^3.5.1",
"eslint": "^4.19.1",
"execa": "^0.10.0",
"ramda": "^0.25.0"
},
"peerDependencies": {
"eslint": "4.x"
}
}

0 comments on commit c8b28ce

Please sign in to comment.