release
parent
4dc05ef8da
commit
2f77b6ac40
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "emoji-mart",
|
||||
"version": "1.0.2",
|
||||
"version": "1.0.1",
|
||||
"description": "Customizable Slack-like emoji picker for React",
|
||||
"main": "dist/index.js",
|
||||
"repository": {
|
||||
|
|
|
@ -16,4 +16,4 @@ module.exports = function createClass() {
|
|||
if (staticProps) defineProperties(Constructor, staticProps);
|
||||
return Constructor;
|
||||
};
|
||||
}();
|
||||
}();
|
||||
|
|
|
@ -12,4 +12,4 @@ module.exports = _Object.assign || function (target) {
|
|||
}
|
||||
|
||||
return target;
|
||||
};
|
||||
};
|
||||
|
|
|
@ -16,4 +16,4 @@ module.exports = function inherits(subClass, superClass) {
|
|||
if (superClass) {
|
||||
_Object.setPrototypeOf ? _Object.setPrototypeOf(subClass, superClass) : subClass.__proto__ = superClass;
|
||||
}
|
||||
};
|
||||
};
|
||||
|
|
|
@ -8,4 +8,4 @@ module.exports = _Object.getPrototypeOf || function (O) {
|
|||
}
|
||||
|
||||
return O instanceof Object ? Object.prototype : null
|
||||
};
|
||||
};
|
||||
|
|
|
@ -4,4 +4,4 @@ module.exports = function possibleConstructorReturn(self, call) {
|
|||
}
|
||||
|
||||
return call && (typeof call === "object" || typeof call === "function") ? call : self;
|
||||
};
|
||||
};
|
||||
|
|
|
@ -36,4 +36,4 @@ module.exports = _String.fromCodePoint || function stringFromCodePoint() {
|
|||
}
|
||||
}
|
||||
return result;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue