Skip to content

Commit

Permalink
chore(info): break dependencies name
Browse files Browse the repository at this point in the history
  • Loading branch information
zjp-CN committed Nov 23, 2024
1 parent 15a2f5f commit b32bc87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion os-checks/shared/info.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ const columns: { [key: string]: Col } = {

lib: { display: false, name: "Lib", option: "Lib" },
bin: { display: false, name: "Bin", option: "Bin" },
dependencies: { display: false, name: "Dependencies", option: "Dependencies" },
dependencies: { display: false, name: "Depen-dencies", option: "Dependencies" },
tests: { display: false, name: "Tests", option: "Tests" },
examples: { display: false, name: "Examples", option: "Examples" },
benches: { display: false, name: "Benches", option: "Benches" },
Expand Down

0 comments on commit b32bc87

Please sign in to comment.