Skip to content

Commit 09914af

Browse files
arcanisQix-
authored andcommittedMay 19, 2020
Marks supports-color as an *optional* peer dependency
1 parent db306db commit 09914af

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎package.json

+5
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@
4646
"mocha-lcov-reporter": "^1.2.0",
4747
"xo": "^0.23.0"
4848
},
49+
"peerDependenciesMeta": {
50+
"supports-color": {
51+
"optional": true
52+
}
53+
},
4954
"main": "./src/index.js",
5055
"browser": "./src/browser.js",
5156
"engines": {

0 commit comments

Comments
 (0)
Please sign in to comment.