require node>=0.10 in package.json

This commit is contained in:
Federico Soave 2018-02-11 14:19:29 +01:00
parent 3b4e724cda
commit 2e2f547e3d

View File

@ -41,5 +41,8 @@
"bench": "node test --bench",
"lint": "eslint --fix lib/marked.js test/index.js",
"build": "uglifyjs lib/marked.js -cm --comments /Copyright/ -o marked.min.js"
},
"engines": {
"node": ">=0.10.0"
}
}