habitica-markdown-emoji
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -10,5 +10,11 @@ 'use strict'; | ||
Object.keys(set).forEach(function addKey (key) { | ||
var emojis = set[key]; | ||
shortcuts[key] = shortcuts[key] || []; | ||
shortcuts[key] = shortcuts[key].concat(set[key]); | ||
if (typeof emojis === 'string') { | ||
emojis = [emojis]; | ||
} | ||
shortcuts[key].push.apply(shortcuts[key], emojis); // eslint-disable-line prefer-spread | ||
}); | ||
@@ -15,0 +21,0 @@ } |
{ | ||
"name": "habitica-markdown-emoji", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Emoji set for Habitica.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4669
78