补齐index.js
This commit is contained in:
parent
06883fa44f
commit
44ec8195f7
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "img2webp-cli",
|
"name": "img2webp-cli",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"description": "Convert images to WebP format using WASM in cli",
|
"description": "Convert images to WebP format using WASM in cli",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"bin": {
|
"bin": {
|
||||||
@ -13,7 +13,8 @@
|
|||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"bin",
|
"bin",
|
||||||
"wasm"
|
"wasm",
|
||||||
|
"index.js"
|
||||||
],
|
],
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"image",
|
"image",
|
||||||
|
Loading…
Reference in New Issue
Block a user