Skip to content

Commit 5e1b5a6

Browse files
committed
Fix main require()
1 parent 7909f9e commit 5e1b5a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use strict'
22

3-
const setup = require('./dist')
3+
const setup = require('./custom')
44

55
// Logging setup is automatically performed by `node -r log-process-errors` or
66
// `require('log-process-errors')`.

0 commit comments

Comments
 (0)