💄(emoji): Add an icon / description to emoji package

This commit is contained in:
Ben Gotow 2016-02-03 15:43:22 -08:00
parent c18e081af7
commit a3cd23b41c
2 changed files with 7 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 KiB

View file

@ -9,7 +9,13 @@
"engines": { "engines": {
"nylas": ">=0.3.43-b95f1f7" "nylas": ">=0.3.43-b95f1f7"
}, },
"description": "A composer extension for adding emojis to your emails.",
"isOptional": true,
"title":"Emoji Keyboard",
"icon":"./assets/icon.png",
"description": "Type a colon (:) followed by the name of an emoji symbol to insert it into your message!",
"dependencies": { "dependencies": {
"node-emoji": "^1.0.4" "node-emoji": "^1.0.4"
}, },