react-input-emoji 5.9.0-beta.3 → 5.9.0-beta.4
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.es.js +356 -354
- package/dist/index.js +361 -359
- package/package.json +1 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "react-input-emoji",
|
3
|
-
"version": "5.9.0-beta.
|
3
|
+
"version": "5.9.0-beta.4",
|
4
4
|
"description": "A React input with an option to add an emoji with language support.",
|
5
5
|
"homepage": "https://cesarwbr.github.io/react-input-emoji/",
|
6
6
|
"author": "cesarwbr",
|
@@ -25,8 +25,6 @@
|
|
25
25
|
"test:watch": "jest --watch",
|
26
26
|
"build": "tsc && rollup -c",
|
27
27
|
"start": "rollup -c -w",
|
28
|
-
"prepare": "yarn run build",
|
29
|
-
"predeploy": "cd example && yarn install && yarn run build",
|
30
28
|
"deploy": "gh-pages -d example/build",
|
31
29
|
"gen:types": "tsc"
|
32
30
|
},
|