Skip to content

Commit a2bd89a

Browse files
committed
fix: es6 module loading problem from bin
1 parent 0d08544 commit a2bd89a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bin/osham

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
#!/usr/bin/env node
2-
import '../lib/index';
2+
/* eslint-disable no-undef */
3+
require('../lib/index');

0 commit comments

Comments
 (0)