Skip to content

Commit

Permalink
Specify engines in package.json (#27 by DanielRuf)
Browse files Browse the repository at this point in the history
Specifying that Node.js versions 8 and newer are supported.
  • Loading branch information
ethan7g authored Dec 14, 2018
2 parents eca62f3 + 4d0156a commit de6dff7
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 @@ -34,6 +34,9 @@
"lib/phin.min.js",
"LICENSE"
],
"engines": {
"node": ">= 8"
},
"dependencies": {
"centra": "^2.1.0"
}
Expand Down

0 comments on commit de6dff7

Please sign in to comment.