Skip to content

Commit 4ab73c9

Browse files
authored
1.4.4 - Fix conflict on having 2 instance of babel-polyfill. (#32)
1 parent 1da5eda commit 4ab73c9

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "emoji-picker-react",
3-
"version": "1.4.3",
3+
"version": "1.4.4",
44
"description": "React emoji-picker component",
55
"main": "./dist/index.js",
66
"scripts": {

src/index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import 'babel-polyfill';
21
import EmojiPicker from './EmojiPicker';
32

4-
export default EmojiPicker;
3+
export default EmojiPicker;

0 commit comments

Comments
 (0)