Skip to content

Commit

Permalink
Update less to the latest version 🚀 (#21)
Browse files Browse the repository at this point in the history
* fix(package): update less to version 3.8.0
* chore(package): update lockfile
  • Loading branch information
greenkeeper[bot] authored and vernak2539 committed Jul 23, 2018
1 parent 81bc60a commit 566503c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"repository": "git://github.com/vernak2539/express-less-middleware.git",
"dependencies": {
"async": "~2.6.1",
"less": "~3.0.4",
"less": "~3.8.0",
"lodash.isplainobject": "~4.0.0",
"through2": "~2.0.0"
},
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1534,9 +1534,9 @@ lcov-parse@^0.0.10:
version "0.0.10"
resolved "https://registry.yarnpkg.com/lcov-parse/-/lcov-parse-0.0.10.tgz#1b0b8ff9ac9c7889250582b70b71315d9da6d9a3"

less@~3.0.4:
version "3.0.4"
resolved "https://registry.yarnpkg.com/less/-/less-3.0.4.tgz#d27dcedbac96031c9e7b76f1da1e4b7d83760814"
less@~3.8.0:
version "3.8.0"
resolved "https://registry.yarnpkg.com/less/-/less-3.8.0.tgz#44785e40c23841c15ba3be741d36bd2775dd0596"
optionalDependencies:
errno "^0.1.1"
graceful-fs "^4.1.2"
Expand Down

0 comments on commit 566503c

Please sign in to comment.