Merge branch '26371-native-emojis-v3-code' into '26371-native-emojis-v3'
Native Unicode Emojis See merge request !9570
Showing
This source diff could not be displayed because it is too large. You can view the blob instead.
app/helpers/emoji_helper.rb
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
... | ... | @@ -18,7 +18,9 @@ |
"bootstrap-sass": "^3.3.6", | ||
"compression-webpack-plugin": "^0.3.2", | ||
"d3": "^3.5.11", | ||
"document-register-element": "^1.3.0", | ||
"dropzone": "^4.2.0", | ||
"emoji-unicode-version": "^0.2.1", | ||
"es6-promise": "^4.0.5", | ||
"jquery": "^2.2.1", | ||
"jquery-ujs": "^1.2.1", | ||
... | ... | @@ -29,6 +31,8 @@ |
"raw-loader": "^0.5.1", | ||
"select2": "3.5.2-browserify", | ||
"stats-webpack-plugin": "^0.4.3", | ||
"string.fromcodepoint": "^0.2.1", | ||
"string.prototype.codepointat": "^0.2.0", | ||
"timeago.js": "^2.0.5", | ||
"underscore": "^1.8.3", | ||
"vue": "^2.1.10", | ||
... | ... |