From 40927ffab9300bf23de43f4b4289cfc8c0aa08c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hegyi=20=C3=81ron=20Ferenc?= Date: Fri, 17 Nov 2023 16:05:50 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20fix:=20import?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/eemoji.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/eemoji.mjs b/bin/eemoji.mjs index c431f49..34065d9 100644 --- a/bin/eemoji.mjs +++ b/bin/eemoji.mjs @@ -1,7 +1,7 @@ #!/usr/bin/env node import { process } from 'node:process' -import { runMain } from '../dist/index.mjs' +import { runMain } from '../src/index' if (!process.env.SKIP_POSTINSTALL) runMain()