Skip to content

Commit

Permalink
feat(package): specify minimal node version
Browse files Browse the repository at this point in the history
  • Loading branch information
basvanmeurs committed May 20, 2020
1 parent 5d21379 commit ddc5961
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,8 @@
"test": "./node_modules/mocha/bin/mocha --require ts-node/register tests/test.*.ts",
"version": "npm run lint"
},
"types": "lib/index.d.ts"
"types": "lib/index.d.ts",
"engines": {
"node": ">=8.0.0"
}
}

0 comments on commit ddc5961

Please sign in to comment.