diff --git a/package.json b/package.json index a1fc179..5fc267d 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,9 @@ "author": "Christopher Voigt ", "homepage": "http://jeffsum.com/", "main": "index.js", + "engines": { + "node": ">=10" + }, "scripts": { "lint": "prettier --config prettier.config.js --check {./test/**/*.js,*{.js,.json}} --write", "test": "mocha"