emoji-name-map
Advanced tools
Comparing version 1.1.2 to 1.2.0
@@ -26,2 +26,5 @@ "use strict"; | ||
nameMap.get = function (name) { | ||
if (name.charAt(0) === ":") { | ||
name = name.slice(1, -1); | ||
} | ||
return this.emoji[name]; | ||
@@ -28,0 +31,0 @@ }; |
{ | ||
"name": "emoji-name-map", | ||
"version": "1.1.2", | ||
"version": "1.2.0", | ||
"description": "Name to unicode emoji mapping.", | ||
@@ -5,0 +5,0 @@ "main": "lib/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
2807
26