We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d08544 commit a2bd89aCopy full SHA for a2bd89a
bin/osham
@@ -1,2 +1,3 @@
1
#!/usr/bin/env node
2
-import '../lib/index';
+/* eslint-disable no-undef */
3
+require('../lib/index');
0 commit comments