Merge pull request #5 from disarticulate/master
don't peg to a single version
This commit is contained in:
commit
96c453b2da
1 changed files with 1 additions and 1 deletions
|
@ -65,6 +65,6 @@
|
||||||
"ws": "^7.2.0"
|
"ws": "^7.2.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "10.x"
|
"node": ">=10"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue