Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
Indicate the supported Node.js version in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
realityking committed Apr 4, 2018
1 parent c2b56b1 commit 77ce79f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"url": "http://andrew.github.com"
},
"engines": {
"node": ">=0.10.0"
"node": "^6.9 || ^8.9 || >= 9"
},
"main": "lib/index.js",
"nodeSassConfig": {
Expand Down

0 comments on commit 77ce79f

Please sign in to comment.