Skip to content

Commit

Permalink
fix package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jerader committed Feb 1, 2024
1 parent dbbffef commit 7a651ce
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,12 @@
}
},
"packageManager": "[email protected]",
"engines": {
"engines": {
"node": "^18.19.0"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/eslint-parser": "^7.12.1",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-transform-modules-commonjs": "^7.12.1",
"@babel/plugin-transform-typescript": "^7.14.5",
Expand Down

0 comments on commit 7a651ce

Please sign in to comment.