Skip to content

Commit

Permalink
Remove todo module
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x committed Jun 17, 2024
1 parent e12ff07 commit 647110c
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 41 deletions.
3 changes: 1 addition & 2 deletions examples/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
import landlubber from 'landlubber'

import * as blueprint from './blueprint.js'
import * as todo from './todo.js'

const commands = [blueprint, todo]
const commands = [blueprint]

await landlubber(commands).parse()
23 changes: 0 additions & 23 deletions examples/todo.ts

This file was deleted.

1 change: 0 additions & 1 deletion src/lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ export {
createBlueprint,
type TypesModule,
} from './blueprint.js'
export { todo } from './todo.js'
7 changes: 0 additions & 7 deletions src/lib/todo.test.ts

This file was deleted.

1 change: 0 additions & 1 deletion src/lib/todo.ts

This file was deleted.

7 changes: 0 additions & 7 deletions test/todo.test.ts

This file was deleted.

0 comments on commit 647110c

Please sign in to comment.