Skip to content

Commit

Permalink
fix: move changeset to devdependency
Browse files Browse the repository at this point in the history
  • Loading branch information
msp5382 committed Dec 27, 2023
1 parent 5652c0f commit 936b97f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,14 @@
},
"devDependencies": {
"@vercel/ncc": "^0.38.1",
"bun-types": "latest"
"bun-types": "latest",
"@changesets/cli": "^2.27.1"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"type": "module",
"dependencies": {
"@changesets/cli": "^2.27.1"
},
"dependencies": {},
"publishConfig": {
"access": "public"
}
Expand Down

0 comments on commit 936b97f

Please sign in to comment.