habitica-markdown-emoji
Advanced tools
Comparing version 1.2.3 to 1.2.4
'use strict'; | ||
var specialCases = { | ||
'+1': '%2B1', // s3 urls can't have a + sign in them, use the html encoded version | ||
watch: 'watch-icon', // Firefox has a watch function on the object prototype - see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/watch | ||
'+1': 'thumbsup', // NOTE: s3 urls can't have a + sign in them, so if we ever reverse this, keep that in mind | ||
'-1': 'thumbsdown', | ||
boat: 'sailboat', | ||
book: 'open_book', | ||
boom: 'collision', | ||
car: 'red_car', | ||
couple: 'man_and_woman_holding_hands', | ||
email: 'envelope', | ||
exclamation: 'heavy_exclamation_mark', | ||
facepunch: 'punch', | ||
family: 'man-woman-boy', | ||
feet: 'paw_prints', | ||
flipper: 'dolphin', | ||
hand: 'raised_hand', | ||
hankey: 'poop', | ||
hocho: 'knife', | ||
honeybee: 'bee', | ||
lantern: 'izakaya_lantern', | ||
laughing: 'satisfied', | ||
memo: 'pencil', | ||
moon: 'waxing_gibbous_moon', | ||
phone: 'telephone', | ||
running: 'runner', | ||
shit: 'poop', | ||
uk: 'gb', | ||
}; | ||
@@ -7,0 +32,0 @@ |
{ | ||
"name": "habitica-markdown-emoji", | ||
"version": "1.2.3", | ||
"version": "1.2.4", | ||
"description": "Emoji set for Habitica.", | ||
@@ -27,3 +27,3 @@ "main": "index.js", | ||
"chai": "^3.5.0", | ||
"eslint": "^2.10.2", | ||
"eslint": "~2.12.0", | ||
"eslint-config-habitrpg": "^1.1.0", | ||
@@ -30,0 +30,0 @@ "eslint-plugin-mocha": "^2.2.0", |
5099
90