Skip to content

Commit

Permalink
Merge pull request #67 from mikelpr/patch-1
Browse files Browse the repository at this point in the history
move @types/* to devDependencies
  • Loading branch information
andreizanik authored May 2, 2024
2 parents a6b29e2 + 69308eb commit bc4b46b
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 bc4b46b

Please sign in to comment.