Skip to content

Commit

Permalink
Remove unused dependency promisify
Browse files Browse the repository at this point in the history
This removes the `promisify` dependency which is unused. 

This dependency itself depends on `"when": ""`, which, not declaring a version, breaks certain package managers like Bun.
  • Loading branch information
benjamintd authored Jun 25, 2024
1 parent b06cee6 commit 30c8664
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@
"ora": "^5.4.1",
"pluralize": "^8.0.0",
"pretty-repl": "^4.0.0",
"promisify": "^0.0.3",
"semver": "^7.5.2",
"sleep-promise": "^9.1.0",
"strip-color": "^0.1.0",
Expand Down

0 comments on commit 30c8664

Please sign in to comment.