Skip to content

Commit b04a304

Browse files
refactor: ignore explicit index file reference
1 parent 0935653 commit b04a304

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/commands/init.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
const fs = require('fs')
44
const cp = require('cp-file').sync
55
const chalk = require('chalk')
6-
const util = require('../util/index')
6+
const util = require('../util')
77

88
const exists = util.exists
99
const cwd = util.cwd

0 commit comments

Comments
 (0)