Skip to content

Commit

Permalink
fix: remove docs-generator from types dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
grant0417 committed Mar 12, 2024
1 parent 8700724 commit 915e9d1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"devDependencies": {
"@microsoft/tsdoc": "^0.14.2",
"@types/node": "^20.10.6",
"autocomplete-types-docs-generator": "workspace:^",
"cspell": "^8.3.2",
"picocolors": "^1.0.0",
"prettier": "^3.1.1",
Expand Down
3 changes: 2 additions & 1 deletion types/test/check-docs.mts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ import path from "node:path";
import { URL } from "node:url";
import prettier from "prettier";
import pc from "picocolors";
import { analyze, generate } from "autocomplete-types-docs-generator";
// eslint-disable-next-line import/no-relative-packages
import { analyze, generate } from "../docs-generator/dist";

const dirname = new URL(".", import.meta.url).pathname;
const docsPath = path.resolve(dirname, "..", "index.d.ts");
Expand Down

0 comments on commit 915e9d1

Please sign in to comment.