Skip to content

Commit

Permalink
chore: update sample CLI project to latest postcss-cli
Browse files Browse the repository at this point in the history
Drop Node 10 and 12 compatibility.
  • Loading branch information
ludofischer committed Mar 16, 2023
1 parent 6503d35 commit 8563e51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example-cli-usage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dependencies": {
"cssnano": "^5.0.3",
"postcss": "^8.4.4",
"postcss-cli": "^8.3.0"
"postcss-cli": "^10.1.0"
},
"scripts": {
"minify": "postcss input.css > output.css"
Expand All @@ -15,7 +15,7 @@
"url": "https://github.com/cssnano/cssnano/issues"
},
"engines": {
"node": "^10 || ^12 || >=14.0"
"node": "^14 || ^16 || >=18.0"
},
"license": "MIT",
"author": {
Expand Down

0 comments on commit 8563e51

Please sign in to comment.