[WASM] Add "type" and "main" fields to package.json

This commit is contained in:
Wilson Lin 2023-01-05 12:14:10 +11:00
parent bd2fdb3edd
commit d5d0444d18
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
{
"name": "@minify-html/wasm",
"description": "Extremely fast and smart HTML + JS + CSS minifier",
"type": "module",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/wilsonzlin/minify-html.git"