Skip to content

Commit

Permalink
chore: changeset을 devDependency로 옮깁니다 (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
okinawaa authored Apr 5, 2024
1 parent d41585a commit bbe2586
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,14 @@
},
"main": "./dist/index.js",
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@netlify/plugin-nextjs": "^5.0.0",
"@types/node": "^20.11.30",
"prettier": "^3.2.5",
"tsup": "^8.0.2",
"typescript": "^5.4.3",
"vitest": "^1.4.0"
},
"dependencies": {
"@changesets/cli": "^2.27.1"
},
"files": [
"dist/*"
],
Expand Down

0 comments on commit bbe2586

Please sign in to comment.