diff --git a/.changeset/soft-mugs-shake.md b/.changeset/soft-mugs-shake.md new file mode 100644 index 0000000..a5026ae --- /dev/null +++ b/.changeset/soft-mugs-shake.md @@ -0,0 +1,5 @@ +--- +'@ens-tools/format': patch +--- + +Fix included files and main entry diff --git a/packages/format/package.json b/packages/format/package.json index ea769fd..539be2f 100644 --- a/packages/format/package.json +++ b/packages/format/package.json @@ -2,7 +2,7 @@ "name": "@ens-tools/format", "version": "0.0.1", "description": "", - "main": "index.js", + "main": "dist/index.js", "type": "module", "scripts": { "test": "vitest run", @@ -40,6 +40,9 @@ ] } }, + "files": [ + "dist" + ], "keywords": [], "author": "V3X Labs", "license": "lgpl-3.0",