We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a110881 commit f0cb616Copy full SHA for f0cb616
1 file changed
package.json
@@ -12,9 +12,7 @@
12
"main": "dist/index.cjs",
13
"module": "dist/index.js",
14
"types": "dist/index.d.ts",
15
- "bin": {
16
- "@iiif/parser": "./dist/cli.mjs"
17
- },
+ "bin": "./dist/cli.mjs",
18
"files": [
19
"dist"
20
],
0 commit comments