Update the Node version constraint.

We're using `process.exitCode`, which was added in v0.11.8.

Closes #95
This commit is contained in:
Natalie Weizenbaum 2017-06-01 15:10:26 -07:00
parent 59e782e4dc
commit b02da78c98

View File

@ -14,7 +14,7 @@
"url": "http://nex3.github.com"
},
"engines": {
"node": ">=0.10.0"
"node": ">=0.11.8"
},
"main": "sass.dart.js",
"bin": "sass.js",