Skip to content

Commit

Permalink
fix: removed engine version (#215)
Browse files Browse the repository at this point in the history
Removed node from engines specification to prevent error on install.
Fixes #214.
  • Loading branch information
iFaxity committed May 5, 2024
1 parent 9fe5933 commit be2d28c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,5 @@
"typescript": "5.4.5",
"unbuild": "2.0.0"
},
"packageManager": "pnpm@9.0.6+sha1.648f6014eb363abb36618f2ba59282a9eeb3e879",
"engines": {
"node": "^20.12.2"
}
"packageManager": "pnpm@9.0.6+sha1.648f6014eb363abb36618f2ba59282a9eeb3e879"
}

0 comments on commit be2d28c

Please sign in to comment.