diff --git a/bin/index.js b/bin/index.js index 0c10705..7a4bf84 100644 --- a/bin/index.js +++ b/bin/index.js @@ -1,2 +1,2 @@ #!/usr/bin/env node -require('../index.js') \ No newline at end of file +import "../index.js"; \ No newline at end of file