Skip to content

Commit

Permalink
refactor: deleting a mention about less2 (#337)
Browse files Browse the repository at this point in the history
  • Loading branch information
cap-Bernardito committed Apr 20, 2020
1 parent fb94605 commit d7590b5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions README.md
Expand Up @@ -43,8 +43,6 @@ module.exports = {

And run `webpack` via your preferred method.

The `less-loader` requires [less](https://github.com/less/less.js) as [`peerDependency`](https://docs.npmjs.com/files/package.json#peerdependencies). Thus you are able to control the versions accurately.

## Options

### `lessOptions`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -39,11 +39,11 @@
"dist"
],
"peerDependencies": {
"less": "^3.0.0",
"webpack": "^4.0.0 || ^5.0.0"
},
"dependencies": {
"clone": "^2.1.1",
"less": "^3.0.0",
"loader-utils": "^2.0.0",
"schema-utils": "^2.6.5"
},
Expand Down

0 comments on commit d7590b5

Please sign in to comment.