Skip to content

Commit b18193e

Browse files
committed
Fix #2379 by using v7 of supports-color
Forces the users on ES2018, while we say we use ES2017
1 parent 31be9a5 commit b18193e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"@sinonjs/samsam": "^6.0.2",
7777
"diff": "^5.0.0",
7878
"nise": "^5.1.0",
79-
"supports-color": "^8.1.1"
79+
"supports-color": "^7.2.0"
8080
},
8181
"devDependencies": {
8282
"@babel/core": "^7.14.3",

0 commit comments

Comments
 (0)