Skip to content

Commit

Permalink
chore: update node engine to >= 10
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Require Node version 10 or above.
  • Loading branch information
varl committed Apr 2, 2020
1 parent 7764efb commit ccb267a
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 @@ -7,6 +7,9 @@
"bin": {
"d2-style": "bin/d2-style"
},
"engines": {
"node": ">=10"
},
"scripts": {
"test": "tape tests/**/*.js",
"lint:js": "./bin/d2-style js check",
Expand Down

0 comments on commit ccb267a

Please sign in to comment.