Skip to content

Commit

Permalink
fix: add node engines version to package.json (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeyBurkman authored and Kent C. Dodds committed May 5, 2017
1 parent c5e802e commit c7c8ac6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"version": "0.0.0-semantically-released",
"description": "CLI for prettier-eslint",
"main": "dist/no-main.js",
"engines": {
"node": ">=4"
},
"bin": {
"prettier-eslint": "dist/index.js"
},
Expand Down

0 comments on commit c7c8ac6

Please sign in to comment.