Skip to content

Commit

Permalink
Move babel plugin out of devDependencies
Browse files Browse the repository at this point in the history
Build script only installs from dependencies block
  • Loading branch information
sheck committed Apr 16, 2024
1 parent 04227bb commit 015fb1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"private": true,
"homepage": ".",
"dependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@chakra-ui/icons": "^1.0.13",
"@chakra-ui/react": "^1.6.2",
"@emotion/react": "^11",
Expand Down Expand Up @@ -65,7 +66,6 @@
]
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"prettier": "2.3.0"
}
}

0 comments on commit 015fb1a

Please sign in to comment.