Skip to content

Commit

Permalink
Explicitly depend on abstract-level for TypeScript (#241)
Browse files Browse the repository at this point in the history
This was previously a transitive dependency, which TypeScript
cannot resolve when dependencies are not hoisted, by a package
manager like pnpm.
  • Loading branch information
lianghx-319 committed Jan 27, 2024
1 parent eeeea44 commit c501868
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
],
"browser": "browser.js",
"dependencies": {
"abstract-level": "^1.0.4",
"browser-level": "^1.0.1",
"classic-level": "^1.2.0"
},
Expand Down

0 comments on commit c501868

Please sign in to comment.