react-input-emoji 4.2.0 → 4.3.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.es.js +121 -31
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +121 -30
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "react-input-emoji",
|
3
|
-
"version": "4.
|
3
|
+
"version": "4.3.0",
|
4
4
|
"description": "A React input with an option to add an emoji",
|
5
5
|
"author": "cesarwbr",
|
6
6
|
"license": "MIT",
|
@@ -77,4 +77,4 @@
|
|
77
77
|
"dependencies": {
|
78
78
|
"emoji-mart": "3.0.1"
|
79
79
|
}
|
80
|
-
}
|
80
|
+
}
|