Skip to content

Commit 32c1163

Browse files
authored
Merge pull request #767 from justaugustus/override-colors
package.json: Add override for [email protected]
2 parents 1db4ac1 + af88447 commit 32c1163

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -118,5 +118,8 @@
118118
"hooks": {
119119
"pre-push": "npm test && npm run lint"
120120
}
121+
},
122+
"overrides": {
123+
"colors": "1.40.0"
121124
}
122125
}

0 commit comments

Comments
 (0)