Skip to content

Commit 789ddfc

Browse files
committed
chore: use deps instead of devDeps for root
1 parent 10ad15b commit 789ddfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"chromatic": "chromatic --exit-zero-on-changes",
2727
"publish:npm": "yarn changeset publish"
2828
},
29-
"devDependencies": {
29+
"dependencies": {
3030
"@babel/cli": "^7.16.0",
3131
"@babel/core": "^7.16.0",
3232
"@babel/preset-env": "^7.16.4",

0 commit comments

Comments
 (0)