diff --git a/.changeset/pink-flies-judge.md b/.changeset/pink-flies-judge.md new file mode 100644 index 0000000..66974cf --- /dev/null +++ b/.changeset/pink-flies-judge.md @@ -0,0 +1,5 @@ +--- +"pbandj": patch +--- + +types diff --git a/package.json b/package.json index 4038738..058c6c9 100644 --- a/package.json +++ b/package.json @@ -3,9 +3,9 @@ "license": "MIT", "version": "0.0.9", "type": "module", - "main": "dist/index.cjs", - "module": "dist/index.js", - "style": "dist/index.css", + "main": "dist/index.js", + "module": "dist/index.esm.js", + "types": "dist/index.d.ts", "files": [ "dist" ],