diff --git a/package.json b/package.json index 05e700f..f865e1d 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/src/polyfills/createClass.js b/src/polyfills/createClass.js index 6246597..93f9078 100644 --- a/src/polyfills/createClass.js +++ b/src/polyfills/createClass.js @@ -16,4 +16,4 @@ module.exports = function createClass() { if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; -}(); \ No newline at end of file +}(); diff --git a/src/polyfills/extends.js b/src/polyfills/extends.js index 1b6f3f7..9acd0a5 100644 --- a/src/polyfills/extends.js +++ b/src/polyfills/extends.js @@ -12,4 +12,4 @@ module.exports = _Object.assign || function (target) { } return target; -}; \ No newline at end of file +}; diff --git a/src/polyfills/inherits.js b/src/polyfills/inherits.js index aaf63f4..941b134 100644 --- a/src/polyfills/inherits.js +++ b/src/polyfills/inherits.js @@ -16,4 +16,4 @@ module.exports = function inherits(subClass, superClass) { if (superClass) { _Object.setPrototypeOf ? _Object.setPrototypeOf(subClass, superClass) : subClass.__proto__ = superClass; } -}; \ No newline at end of file +}; diff --git a/src/polyfills/objectGetPrototypeOf.js b/src/polyfills/objectGetPrototypeOf.js index 87c2e62..29e67dd 100644 --- a/src/polyfills/objectGetPrototypeOf.js +++ b/src/polyfills/objectGetPrototypeOf.js @@ -8,4 +8,4 @@ module.exports = _Object.getPrototypeOf || function (O) { } return O instanceof Object ? Object.prototype : null -}; \ No newline at end of file +}; diff --git a/src/polyfills/possibleConstructorReturn.js b/src/polyfills/possibleConstructorReturn.js index 654cb2b..24c3a94 100644 --- a/src/polyfills/possibleConstructorReturn.js +++ b/src/polyfills/possibleConstructorReturn.js @@ -4,4 +4,4 @@ module.exports = function possibleConstructorReturn(self, call) { } return call && (typeof call === "object" || typeof call === "function") ? call : self; -}; \ No newline at end of file +}; diff --git a/src/polyfills/stringFromCodePoint.js b/src/polyfills/stringFromCodePoint.js index d0d9e66..8a3215f 100644 --- a/src/polyfills/stringFromCodePoint.js +++ b/src/polyfills/stringFromCodePoint.js @@ -36,4 +36,4 @@ module.exports = _String.fromCodePoint || function stringFromCodePoint() { } } return result; -}; \ No newline at end of file +};