Skip to content

Commit

Permalink
remove extra dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisCarriere committed Nov 29, 2023
1 parent 2e59fc5 commit 62ca706
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 @@ -12,15 +12,13 @@
"dev": "bun run --watch index.ts"
},
"dependencies": {
"@substreams/sink-entity-changes": "^0.3.4",
"commander": "latest",
"dotenv": "latest",
"openapi3-ts": "latest",
"prom-client": "latest",
"substreams-sink-webhook": "^0.7.2",
"tslog": "latest",
"tweetnacl": "latest",
"zod": "^3.22.4"
"tweetnacl": "latest"
},
"devDependencies": {
"bun-types": "latest",
Expand Down

0 comments on commit 62ca706

Please sign in to comment.