explicitly exclude node 5 from engines directive

This commit is contained in:
jared kantrowitz 2017-07-07 14:04:30 -04:00
parent 432cd8a31e
commit 76506a8b2b
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
"lib/index.es.js"
],
"engines": {
"node": ">=4"
"node": "4.x || >=6.0.0"
},
"scripts": {
"build": "cross-env BABEL_ENV=rollup rollup -c",