Skip to content

Commit 2016c56

Browse files
Merge pull request #376 from anryogo/bugfix/npm-package-fix
NPM repository. Fix of entry point for quickblox package
2 parents 4615139 + 926ffc1 commit 2016c56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "QuickBlox JavaScript SDK",
44
"version": "2.12.2",
55
"homepage": "https://quickblox.com/developers/Javascript",
6-
"main": "src/qbMain.js",
6+
"main": "quickblox.js",
77
"license": "(Apache-2.0)",
88
"keywords": [
99
"quickblox",

0 commit comments

Comments
 (0)