Skip to content

Commit

Permalink
chore: update example CLI usage for latest major release
Browse files Browse the repository at this point in the history
  • Loading branch information
ludofischer committed Apr 24, 2024
1 parent 01839be commit 61461ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions example-cli-usage/package.json
Expand Up @@ -2,9 +2,9 @@
"name": "example-cli-usage",
"private": true,
"dependencies": {
"cssnano": "^6.0.0",
"cssnano": "^7.0.0",
"postcss": "^8.4.4",
"postcss-cli": "^10.1.0"
"postcss-cli": "^11.0.0"
},
"scripts": {
"minify": "postcss input.css > output.css"
Expand All @@ -15,7 +15,7 @@
"url": "https://github.com/cssnano/cssnano/issues"
},
"engines": {
"node": "^14 || ^16 || >=18.0"
"node": "^18 || ^20 || >=22.0"
},
"license": "MIT",
"author": {
Expand Down

0 comments on commit 61461ee

Please sign in to comment.