Skip to content

Commit

Permalink
fix: create-vocs imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Nov 2, 2023
1 parent 62f1537 commit 6657d9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion create-vocs/bin.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env node
import { cac } from 'cac'
import { type InitParameters, init } from './init'
import { type InitParameters, init } from './init.js'
import pkg from './package.json'

const cli = cac('create-vocs')
Expand Down
2 changes: 1 addition & 1 deletion create-vocs/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export { init, type InitParameters } from './init'
export { init, type InitParameters } from './init.js'

0 comments on commit 6657d9d

Please sign in to comment.