mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2026-03-09 10:22:49 +00:00
Point to dist/openpgp.js bundle in package.json main attribute for node.js use
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
"gpg",
|
||||
"openpgp"
|
||||
],
|
||||
"main": "src/index.js",
|
||||
"main": "dist/openpgp.js",
|
||||
"directories": {
|
||||
"lib": "src"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user