Skip to content

Commit fbc484a

Browse files
authoredJan 9, 2022
fix: accept less v4 as peer dep (#455)
1 parent 533952b commit fbc484a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
"peerDependencies": {
117117
"@babel/core": "^7.10.2",
118118
"coffeescript": "^2.5.1",
119-
"less": "^3.11.3",
119+
"less": "^3.11.3 || ^4.0.0",
120120
"postcss": "^7 || ^8",
121121
"postcss-load-config": "^2.1.0 || ^3.0.0",
122122
"pug": "^3.0.0",

0 commit comments

Comments
 (0)
Please sign in to comment.