From 3cc95a36b358024ba3f970bd598a01ef34f12aa2 Mon Sep 17 00:00:00 2001 From: Akash Kava <39438041+ackava@users.noreply.github.com> Date: Sat, 10 Feb 2024 16:03:33 +0530 Subject: [PATCH] created esm --- bin/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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