Fix types path for lightweight build [skip ci]

This commit is contained in:
larabr 2023-11-21 13:16:40 +01:00
parent 54fc2c8fbd
commit e93702bb8d

View File

@ -27,7 +27,7 @@
"browser": "./dist/openpgp.min.mjs"
},
"./lightweight": {
"types": "../openpgp.d.ts",
"types": "./openpgp.d.ts",
"browser": "./dist/lightweight/openpgp.min.mjs"
}
},