mirror of
https://github.com/danog/dart-sass.git
synced 2024-11-26 20:24:42 +01:00
Update the Node version constraint.
We're using `process.exitCode`, which was added in v0.11.8. Closes #95
This commit is contained in:
parent
59e782e4dc
commit
b02da78c98
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user