Skip to content

Commit 15b77fe

Browse files
committed
[deps] restore compatibility with Node.js 6
1 parent c9b3627 commit 15b77fe

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kuzzle-sdk",
3-
"version": "6.2.2",
3+
"version": "6.2.3",
44
"description": "Official Javascript SDK for Kuzzle",
55
"author": "The Kuzzle Team <support@kuzzle.io>",
66
"repository": {
@@ -46,7 +46,7 @@
4646
"min-req-promise": "^1.0.1",
4747
"ora": "^3.4.0",
4848
"webpack": "^4.39.3",
49-
"ws": "^7.1.2"
49+
"ws": "^6.2.1"
5050
},
5151
"devDependencies": {
5252
"codecov": "^3.5.0",

0 commit comments

Comments
 (0)