Skip to content

Commit f0f1841

Browse files
committed
Merge remote-tracking branch 'origin/develop' into develop-110-align-notification-responses-format
2 parents 3ab2d14 + 8f655b6 commit f0f1841

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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": "2.3.3",
3+
"version": "3.0.0",
44
"description": "Official Javascript SDK for Kuzzle",
55
"author": "The Kuzzle Team <support@kuzzle.io>",
66
"repository": {
@@ -23,7 +23,7 @@
2323
"lint": "eslint --max-warnings=0 ./src ./test",
2424
"build": "node build.js"
2525
},
26-
"browser": "src/kuzzle.js",
26+
"browser": "src/Kuzzle.js",
2727
"main": "index.js",
2828
"license": "Apache-2.0",
2929
"dependencies": {

0 commit comments

Comments
 (0)