Skip to content
This repository has been archived by the owner on Jun 17, 2021. It is now read-only.

Commit

Permalink
Added engines field to package.json setting Node version to >=10.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
holgerd77 committed Apr 30, 2020
1 parent 89dbc75 commit 08eccac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"description": "a collection of utility functions for Ethereum",
"main": "dist/index.js",
"types": "./dist/index.d.ts",
"engines": {
"node": ">=10.0.0"
},
"files": [
"dist"
],
Expand Down

0 comments on commit 08eccac

Please sign in to comment.