We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3ab2d14 + 8f655b6 commit f0f1841Copy full SHA for f0f1841
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "kuzzle-sdk",
3
- "version": "2.3.3",
+ "version": "3.0.0",
4
"description": "Official Javascript SDK for Kuzzle",
5
"author": "The Kuzzle Team <support@kuzzle.io>",
6
"repository": {
@@ -23,7 +23,7 @@
23
"lint": "eslint --max-warnings=0 ./src ./test",
24
"build": "node build.js"
25
},
26
- "browser": "src/kuzzle.js",
+ "browser": "src/Kuzzle.js",
27
"main": "index.js",
28
"license": "Apache-2.0",
29
"dependencies": {
0 commit comments