We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c52e51c + fbdeafd commit 0c56738Copy full SHA for 0c56738
.prettierignore
@@ -1 +1,2 @@
1
-/pnpm-lock.yaml
+/pnpm-lock.yaml
2
+/CHANGELOG.md
package.json
@@ -11,6 +11,11 @@
11
"author": "",
12
"type": "module",
13
"bin": "main.js",
14
+ "main": "index.js",
15
+ "files": [
16
+ "index.js",
17
+ "main.js"
18
+ ],
19
"scripts": {
20
"test": "vitest",
21
"format": "prettier . --cache --write",
0 commit comments