We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 202f674 commit 11ee272Copy full SHA for 11ee272
1 file changed
package.json
@@ -15,7 +15,6 @@
15
"main": "./dist/index.cjs",
16
"module": "./dist/index.module.js",
17
"unpkg": "./dist/index.umd.js",
18
- "bin": "./dist/cli.module.js",
19
"scripts": {
20
"build": "rm -rf dist && microbundle src/index.ts",
21
"test": "npm run build -f modern && mocha",
0 commit comments