Skip to content

Commit

Permalink
Merge pull request #24 from alexanderdavide/fix/specify-package-engin…
Browse files Browse the repository at this point in the history
…es-correctly

Specify Package Engines Correctly
  • Loading branch information
alexanderdavide authored Sep 9, 2024
2 parents 999606e + 0c47b49 commit fdeea81
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@
"release-it": "^14.12.5"
},
"engines": {
"node": ">=18.0.0"
"node": ">=18.0.0",
"slidev": ">=0.47.0"
},
"slidev": {
"colorSchema": "both",
Expand Down

0 comments on commit fdeea81

Please sign in to comment.