Skip to content

Commit

Permalink
move @types/* to devDependencies
Browse files Browse the repository at this point in the history
they are only needed during build
  • Loading branch information
mikelpr authored Apr 6, 2024
1 parent a6b29e2 commit 69308eb
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 @@ -35,11 +35,11 @@
},
"homepage": "https://github.com/andreizanik/cookies-next#readme",
"dependencies": {
"@types/cookie": "^0.6.0",
"@types/node": "^16.10.2",
"cookie": "^0.6.0"
},
"devDependencies": {
"@types/cookie": "^0.6.0",
"@types/node": "^16.10.2",
"next": "^13.4.19",
"prettier": "^3.0.2",
"typescript": "^4.4.3"
Expand Down

0 comments on commit 69308eb

Please sign in to comment.