Skip to content

Commit

Permalink
fix: add index.cjs to list of potential config files to support modul…
Browse files Browse the repository at this point in the history
…e type packages

Closes: jondot#433
  • Loading branch information
dan-turner committed Sep 1, 2023
1 parent 26f76d8 commit 337c724
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/prompt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import type { Prompter } from './types'
import helpers from './helpers'

const hooksfiles = [
'index.cjs',
'index.js',
'index.ts',
'prompt.cjs',
Expand Down

0 comments on commit 337c724

Please sign in to comment.