Skip to content

Commit

Permalink
ci: update babel declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiTenno authored Feb 24, 2024
1 parent 1c3f7b4 commit c974a41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@
"@babel/preset-env"
],
"plugins": [
"@babel/plugin-proposal-class-properties",
"@babel/plugin-proposal-private-methods"
"@babel/plugin-transform-class-properties",
"@babel/plugin-transform-private-methods"
]
},
"pre-commit": [
Expand Down

0 comments on commit c974a41

Please sign in to comment.