nolan/hinaloe-test
Etienne Lemay 2017-09-25 20:11:52 -04:00
parent 4dc05ef8da
commit 2f77b6ac40
7 changed files with 7 additions and 7 deletions

View File

@ -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": {

View File

@ -16,4 +16,4 @@ module.exports = function createClass() {
if (staticProps) defineProperties(Constructor, staticProps);
return Constructor;
};
}();
}();

View File

@ -12,4 +12,4 @@ module.exports = _Object.assign || function (target) {
}
return target;
};
};

View File

@ -16,4 +16,4 @@ module.exports = function inherits(subClass, superClass) {
if (superClass) {
_Object.setPrototypeOf ? _Object.setPrototypeOf(subClass, superClass) : subClass.__proto__ = superClass;
}
};
};

View File

@ -8,4 +8,4 @@ module.exports = _Object.getPrototypeOf || function (O) {
}
return O instanceof Object ? Object.prototype : null
};
};

View File

@ -4,4 +4,4 @@ module.exports = function possibleConstructorReturn(self, call) {
}
return call && (typeof call === "object" || typeof call === "function") ? call : self;
};
};

View File

@ -36,4 +36,4 @@ module.exports = _String.fromCodePoint || function stringFromCodePoint() {
}
}
return result;
};
};