react-input-emoji 5.6.9 → 5.6.11

Sign up to get free protection for your applications and to get access to all the features.
@@ -85,7 +85,7 @@ export function getSelectionStart(range: any): {
85
85
  };
86
86
  /**
87
87
  *
88
- * @returns {Object} cursor
88
+ * @return {Object} cursor
89
89
  */
90
90
  export function getCursor(): any;
91
91
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-input-emoji",
3
- "version": "5.6.9",
3
+ "version": "5.6.11",
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",