Migrating to ESM (#8)

* Migrating to ESM

* Fixing broken prettier
This commit is contained in:
Marco Lipparini
2024-02-25 10:47:00 +01:00
committed by GitHub
parent 0ec6b214cd
commit 1961d75eec
6 changed files with 13 additions and 10 deletions

View File

@@ -1,3 +1,3 @@
#!/usr/bin/env node
require('../build/index.js');
import '../build/index.js';