all-contributors-cli/lib/emoji.js
2016-02-29 11:45:19 +01:00

18 lines
276 B
JavaScript

'use strict';
module.exports = {
code: '💻',
plugin: '🔌',
tool: '🔧',
doc: '📖',
question: '❓',
test: '⚠️',
bug: '🐛',
example: '💡',
blog: '📝',
tutorial: '✅',
video: '📹',
talk: '📢',
design: '🎨',
review: '👀'
};