Skip to content

Commit

Permalink
v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
unimonkiez committed May 8, 2017
1 parent ed60392 commit b5213a8
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 53 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "emoji-panel.js",
"version": "0.5.1",
"version": "0.5.2",
"description": "Add panel picker for emojis with different types of sets on your website. http://TimeToKnow.github.io/emoji-panel/",
"main": [
"dist/emoji-panel.js",
Expand Down
86 changes: 42 additions & 44 deletions dist/emoji-panel.js

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions dist/example.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,16 @@ var EmojiPanel =
/******/ ({

/***/ 0:
/***/ function(module, exports, __webpack_require__) {
/***/ (function(module, exports, __webpack_require__) {

__webpack_require__(61);
module.exports = __webpack_require__(62);


/***/ },
/***/ }),

/***/ 61:
/***/ function(module, exports) {
/***/ (function(module, exports) {

'use strict';

Expand Down Expand Up @@ -115,13 +115,13 @@ var EmojiPanel =
// End of examples
// ***************************************

/***/ },
/***/ }),

/***/ 62:
/***/ function(module, exports) {
/***/ (function(module, exports) {

// removed by extract-text-webpack-plugin

/***/ }
/***/ })

/******/ });
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "emoji-panel",
"version": "0.5.1",
"version": "0.5.2",
"description": "Add panel picker for emojis with different types of sets on your website. http://TimeToKnow.github.io/emoji-panel/",
"main": "lib/emoji-panel.js",
"scripts": {
Expand Down Expand Up @@ -34,7 +34,7 @@
"author": "unimonkiez",
"license": "MIT",
"dependencies": {
"emoji-datasource": "2.4.x"
"emoji-datasource": "2.4.x"
},
"devDependencies": {
"absurd": "^0.3.34",
Expand Down

0 comments on commit b5213a8

Please sign in to comment.