Skip to content

Commit

Permalink
🔧 fix: import
Browse files Browse the repository at this point in the history
  • Loading branch information
Rettend committed Nov 17, 2023
1 parent 38f6003 commit 40927ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/eemoji.mjs
Original file line number Diff line number Diff line change
@@ -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()

0 comments on commit 40927ff

Please sign in to comment.