jsxc-react-hook 0.0.4 → 0.0.5
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +4 -1
- package/dist/jsxc.bundle.js +1 -1
- package/package.json +1 -1
- package/public/jsxc.bundle.js +1 -1
- package/src/Jsxc.tsx +19 -10
- package/src/Sel.tsx +7 -7
- package/src/lib/styles/jsxc.bundle.css +3 -3
package/package.json
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
"main": "./dist/jsxc-react-hook.js",
|
5
5
|
"description": " This is a react function version for JSXC. So you can use it in react application.",
|
6
6
|
"keywords": "jsxc xmpp react-hooks ",
|
7
|
-
"version": "0.0.
|
7
|
+
"version": "0.0.5",
|
8
8
|
"respository": "https://github.com/narutogo/jsxc-react-hook",
|
9
9
|
"type": "module",
|
10
10
|
"types": "./dist/Jsxc.d.ts",
|