chore: move puterfs extension to esmodule

This commit is contained in:
KernelDeimos
2025-11-18 15:34:49 -05:00
committed by Eric Dubé
parent f51c0740c7
commit 0db322fda6
2 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
{
"main": "main.js",
"type": "module",
"dependencies": {
"uuid": "^13.0.0"
}
}
}