Skip to content

Commit

Permalink
rm obsolete dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
nichoth committed Oct 25, 2024
1 parent 1f56c29 commit c025484
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@nichoth/session-cookie",
"version": "0.1.0",
"description": "Cookies",
"directories": {
"test": "test"
},
"private": true,
"type": "module",
"version": "0.0.0",
"main": "dist/index.js",
"bin": {
"cookiekey": "dist/bin.js"
Expand Down Expand Up @@ -44,7 +44,6 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@nichoth/cookie": "^1.0.1",
"json-canon": "^1.0.1",
"uint8arrays": "^5.1.0"
},
Expand Down

0 comments on commit c025484

Please sign in to comment.