Skip to content

Commit

Permalink
breaking: Set minimum Node.js version to 18
Browse files Browse the repository at this point in the history
  • Loading branch information
jgarber623 committed Oct 15, 2023
1 parent 2c63e7b commit aa29a21
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@
"lint": "eslint .",
"test": "jasmine"
},
"engines": {
"node": ">=16.0.0"
},
"dependencies": {
"stylelint-config-standard": "^34.0.0",
"stylelint-order": "^6.0.3",
Expand All @@ -34,6 +31,9 @@
"peerDependencies": {
"stylelint": ">=15.10"
},
"engines": {
"node": ">=18.0.0"
},
"publishConfig": {
"access": "public"
}
Expand Down

0 comments on commit aa29a21

Please sign in to comment.