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 1dd02de commit 42b5e05Copy full SHA for 42b5e05
package.json
@@ -5,6 +5,7 @@
5
"module": "./lib/esm/index.js",
6
"types": "./lib/esm/index.d.ts",
7
"license": "MIT",
8
+ "files": ["./lib"],
9
"scripts": {
10
"build": "yarn build:esm && yarn build:cjs",
11
"build:esm": "tsc",
0 commit comments