@buzuli/color
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -22,4 +22,4 @@ | ||
console.log(yellow(emoji.inject(':palm_tree: summer :sunny:'))) | ||
console.log(orange(emoji.inject(':jack_o_lantern: fall :fallen_leaf:'))) | ||
console.log(orange(emoji.inject(':jack_o_lantern: fall :fallen_leaf:'))) | ||
console.log(gray(emoji.inject(':snowman: winter :snowflake:'))) | ||
@@ -15,2 +15,3 @@ const chalk = require('chalk') | ||
gray: hex('aaa'), | ||
grey: hex('aaa'), | ||
key, | ||
@@ -17,0 +18,0 @@ hex, |
{ | ||
"name": "@buzuli/color", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Preferred colors for @buzuli's projects", | ||
@@ -5,0 +5,0 @@ "main": "lib/color.js", |
@@ -50,5 +50,5 @@ # color | ||
console.log(yellow(emoji.inject(':palm_tree: summer :sunny:'))) | ||
console.log(orange(emoji.inject(':jack_o_lantern: fall :fallen_leaf:'))) | ||
console.log(orange(emoji.inject(':jack_o_lantern: fall :fallen_leaf:'))) | ||
console.log(gray(emoji.inject(':snowman: winter :snowflake:'))) | ||
``` | ||
2847
42