Skip to content

Commit

Permalink
fix dependencies in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
andreizanik committed Oct 3, 2021
1 parent 33650fc commit bbc3d5f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cookies-next",
"version": "2.0.0",
"version": "2.0.1",
"description": "Getting, setting and removing cookies on both client and server with next.js",
"main": "lib/index.js",
"type": "lib/index.d.ts",
Expand Down Expand Up @@ -34,11 +34,11 @@
},
"homepage": "https://github.com/andreizanik/cookies-next#readme",
"dependencies": {
"cookie": "^0.4.0"
"cookie": "^0.4.0",
"@types/cookie": "^0.4.1",
"@types/node": "^16.10.2"
},
"devDependencies": {
"@types/cookie": "^0.4.1",
"@types/node": "^16.10.2",
"typescript": "^4.4.3"
}
}

0 comments on commit bbc3d5f

Please sign in to comment.