mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2025-06-22 14:12:33 +00:00
Fix types path for lightweight build [skip ci]
This commit is contained in:
parent
54fc2c8fbd
commit
e93702bb8d
@ -27,7 +27,7 @@
|
|||||||
"browser": "./dist/openpgp.min.mjs"
|
"browser": "./dist/openpgp.min.mjs"
|
||||||
},
|
},
|
||||||
"./lightweight": {
|
"./lightweight": {
|
||||||
"types": "../openpgp.d.ts",
|
"types": "./openpgp.d.ts",
|
||||||
"browser": "./dist/lightweight/openpgp.min.mjs"
|
"browser": "./dist/lightweight/openpgp.min.mjs"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user