Skip to content

Commit

Permalink
fix: Node 10 is the min supported version
Browse files Browse the repository at this point in the history
  • Loading branch information
enisdenjo committed Nov 4, 2020
1 parent 04c0b5c commit 19844d7
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 @@ -21,6 +21,9 @@
"type": "git",
"url": "git+https://github.com/enisdenjo/graphql-ws.git"
},
"engines": {
"node": ">=10"
},
"main": "lib/index.js",
"browser": "lib/client.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 19844d7

Please sign in to comment.