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.
1 parent fdefbc6 commit 2508b9fCopy full SHA for 2508b9f
1 file changed
package.json
@@ -30,7 +30,8 @@
30
"module": "./dist/esm/index.js",
31
"types": "./dist/commonjs/index.d.ts",
32
"files": [
33
- "lib/**/*"
+ "dist",
34
+ "src"
35
],
36
"scripts": {
37
"format": "npm run format:es && npm run format:prettier",
0 commit comments