Skip to content

Commit c84893a

Browse files
committed
colour-proximity
1 parent 6063bc9 commit c84893a

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"babel-runtime": "6.26.0",
1313
"case-sensitive-paths-webpack-plugin": "2.1.1",
1414
"chalk": "1.1.3",
15+
"colour-proximity": "^0.0.2",
1516
"css-loader": "0.28.7",
1617
"dotenv": "4.0.0",
1718
"dotenv-expand": "4.0.1",

yarn.lock

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1389,6 +1389,10 @@ code-point-at@^1.0.0:
13891389
version "1.1.0"
13901390
resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77"
13911391

1392+
1393+
version "0.2.1"
1394+
resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-0.2.1.tgz#363cab23c94b31a0d64db71048b8c6a940f8c68c"
1395+
13921396
color-convert@^1.3.0, color-convert@^1.9.0:
13931397
version "1.9.1"
13941398
resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.1.tgz#c1261107aeb2f294ebffec9ed9ecad529a6097ed"
@@ -1405,6 +1409,12 @@ color-string@^0.3.0:
14051409
dependencies:
14061410
color-name "^1.0.0"
14071411

1412+
color-string@~0.1.2:
1413+
version "0.1.3"
1414+
resolved "https://registry.yarnpkg.com/color-string/-/color-string-0.1.3.tgz#e865d2e3e59f665c3af0de14383f6bf0705685f3"
1415+
dependencies:
1416+
color-convert "0.2.x"
1417+
14081418
color@^0.11.0:
14091419
version "0.11.4"
14101420
resolved "https://registry.yarnpkg.com/color/-/color-0.11.4.tgz#6d7b5c74fb65e841cd48792ad1ed5e07b904d764"
@@ -1425,6 +1435,12 @@ colors@~1.1.2:
14251435
version "1.1.2"
14261436
resolved "https://registry.yarnpkg.com/colors/-/colors-1.1.2.tgz#168a4701756b6a7f51a12ce0c97bfa28c084ed63"
14271437

1438+
colour-proximity@^0.0.2:
1439+
version "0.0.2"
1440+
resolved "https://registry.yarnpkg.com/colour-proximity/-/colour-proximity-0.0.2.tgz#139ad3afecf301bc803b8da698f32c972974769c"
1441+
dependencies:
1442+
color-string "~0.1.2"
1443+
14281444
combined-stream@^1.0.5, combined-stream@~1.0.5:
14291445
version "1.0.5"
14301446
resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.5.tgz#938370a57b4a51dea2c77c15d5c5fdf895164009"

0 commit comments

Comments
 (0)