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