Skip to content

Commit ac7a5b3

Browse files
authored
reverts wrong change
1 parent 13c74df commit ac7a5b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init/bin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const { exit } = require('process')
55
const yargs = require('yargs')
66
const filterObj = require('filter-obj')
77

8-
const { init } = require('./index.js')
8+
const { init } = require('./main.js')
99
const { VARIABLES } = require('./variables/main.js')
1010

1111
// CLI entry point of `npm run init`

0 commit comments

Comments
 (0)