Skip to content

Commit b5b72e2

Browse files
author
Kent C. Dodds
committed
Improving emoji
1 parent 9222ddd commit b5b72e2

File tree

2 files changed

+17
-6
lines changed

2 files changed

+17
-6
lines changed

Gruntfile.js

+16-6
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,25 @@ module.exports = function(grunt) {
1717

1818
function getRandomEmoji() {
1919
var emoji = [
20-
'(╯°□°)╯︵ ┻━┻',
2120
'ʕ •ᴥ•ʔ',
22-
'ლ(ಠ益ಠლ)',
23-
'ಠ_ಠ',
24-
'~=[,,_,,]:3',
25-
'(ó ì_í)=óò=(ì_í ò)',
2621
'¯\\_(ツ)_/¯',
22+
'\(^O^)/',
23+
'ᕕ( ᐛ )ᕗ',
24+
'♪┏(・o・)┛♪┗ ( ・o・) ┓♪',
25+
'(ó ì_í)=óò=(ì_í ò)',
26+
'd-_-b',
27+
'(-‸ლ)',
2728
'ᕙ(⇀‸↼‶)ᕗ',
28-
'┬┴┬┴┤(・_├┬┴┬┴'
29+
'┬┴┬┴┤(・_├┬┴┬┴',
30+
'~=[,,_,,]:3',
31+
'ಠ_ಠ',
32+
'ლ(ಠ益ಠლ)',
33+
'[¬º-°]¬',
34+
'ಠ_ರೃ',
35+
'ʕ •́؈•̀)',
36+
'(◞‸◟;)',
37+
'(╯°□°)╯︵ ┻━┻',
38+
'(ó ì_í)=óò=(ì_í ò)',
2939
];
3040
return emoji[Math.floor(Math.random() * (emoji.length - 1))];
3141
}

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
"deep-extend": "^0.3.2",
4747
"file-loader": "^0.8.1",
4848
"grunt": "^0.4.5",
49+
"grunt-gh-pages": "^0.10.0",
4950
"html-loader": "^0.2.3",
5051
"imports-loader": "^0.6.3",
5152
"jshint": "^2.6.0",

0 commit comments

Comments
 (0)