Skip to content

Commit

Permalink
feat(dependency): support a possible installed v4 of less
Browse files Browse the repository at this point in the history
We fixed support for LESS 4 by #1819 , but the package.json retricts installation to 3.x if less 4.x is already installed by throwing "this version is not supported". This however comes from gulp less 4.0.1 at the moment.
However gulp-less will support LESS 4 by the next version.
  • Loading branch information
lubber-de authored Jun 6, 2021
1 parent 4d9b24c commit a246ad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"gulp-debug": "^4.0.0",
"gulp-git": "^2.9.0",
"gulp-tap": "^1.0.1",
"less": "^3.7.0",
"less": "^3.7.1 || ^4.0.0",
"merge-stream": "^2.0.0",
"better-console": "1.0.1",
"del": "^3.0.0",
Expand Down

0 comments on commit a246ad7

Please sign in to comment.