Skip to content

Commit

Permalink
chore: knip cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kanadgupta committed Sep 14, 2023
1 parent bbc3d0c commit 7b951e4
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 11 deletions.
1 change: 0 additions & 1 deletion knip.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import type { KnipConfig } from 'knip';
const config: KnipConfig = {
ignore: ['bin/*.js', 'vitest.single-threaded.config.ts'],
ignoreBinaries: ['semantic-release'],
ignoreDependencies: ['editor'],
};

export default config;
6 changes: 0 additions & 6 deletions package-lock.json

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

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
"command-line-usage": "^7.0.1",
"configstore": "^6.0.0",
"debug": "^4.3.3",
"editor": "^1.0.0",
"formdata-node": "^5.0.1",
"gray-matter": "^4.0.1",
"ignore": "^5.2.0",
Expand Down
2 changes: 0 additions & 2 deletions src/.sink.d.ts

This file was deleted.

2 changes: 1 addition & 1 deletion src/cmds/openapi/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import readmeAPIFetch, { cleanHeaders, handleRes } from '../../lib/readmeAPIFetc
import streamSpecToRegistry from '../../lib/streamSpecToRegistry.js';
import { getProjectVersion } from '../../lib/versionSelect.js';

export interface Options {
interface Options {
create?: boolean;
dryRun?: boolean;
id?: string;
Expand Down

0 comments on commit 7b951e4

Please sign in to comment.