Comparing version 2.0.7 to 2.1.0
module.exports = { | ||
lib: require('./emojis'), | ||
ordered: require('./ordered') | ||
ordered: require('./ordered'), | ||
fitzpatrick_scale_modifiers: ["🏻", "🏼", "🏽", "🏾", "🏿"] | ||
} |
{ | ||
"name": "emojilib", | ||
"version": "2.0.7", | ||
"version": "2.1.0", | ||
"description": "Emoji keyword library.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -28,2 +28,3 @@ # :book: emojilib [![Travis CI](https://travis-ci.org/muan/emojilib.svg?branch=master)](https://travis-ci.org/muan/emojilib) [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](https://github.com/feross/standard) | ||
"char": "😀", | ||
"fitzpatrick_scale": false, | ||
"category": "people" | ||
@@ -34,2 +35,3 @@ }, | ||
"char": "😁", | ||
"fitzpatrick_scale": false, | ||
"category": "people" | ||
@@ -42,2 +44,14 @@ }, | ||
[ 'grinning', 'grimacing', 'grin', 'joy', 'smiley', 'smile', 'sweat_smile', ...] | ||
> emoji.fitzpatrick_scale_modifiers | ||
[ '🏻', '🏼', '🏽', '🏾', '🏿' ] | ||
> emoji.lib.v.fitzpatrick_scale | ||
true | ||
> emoji.lib.turtle.fitzpatrick_scale | ||
false | ||
> emoji.lib.v.char + emoji.fitzpatrick_scale_modifiers[4] | ||
'✌🏿' | ||
``` | ||
@@ -44,0 +58,0 @@ |
Sorry, the diff of this file is too big to display
261961
10152
72