diff options
author | Maximilian Krambach <[email protected]> | 2018-05-23 10:56:23 +0000 |
---|---|---|
committer | Maximilian Krambach <[email protected]> | 2018-05-23 10:56:23 +0000 |
commit | f7ed80ff6a66f2c5ee6f1c3daebd597f4592733d (patch) | |
tree | 3dc2b4dde55c14825b9dfa9db7ed225db77ab9d0 /lang/js/README | |
parent | js: transfer encoding changes (diff) | |
download | gpgme-f7ed80ff6a66f2c5ee6f1c3daebd597f4592733d.tar.gz gpgme-f7ed80ff6a66f2c5ee6f1c3daebd597f4592733d.zip |
js: remove openpgp mode
--
* After discussion, that mode is not required, and can result in
being quite misleading and a maintenance hassle later on.
Diffstat (limited to 'lang/js/README')
-rw-r--r-- | lang/js/README | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lang/js/README b/lang/js/README index 5dc3f50b..b597adb2 100644 --- a/lang/js/README +++ b/lang/js/README @@ -12,11 +12,6 @@ To create a current version of the package, the command is If you want a more debuggable (i.e. not minified) build, just change the mode in webpack.conf.js. -TODO: gpgme_openpgpjs aims to offer an API similar to openpgpjs, throwing errors -if some part of the API is not implemented, 'translating' objects if possible. -This will be incorporated into the build process later, for now it is a line to -uncomment in src/index.js - Demo WebExtension: As soon as a bundled webpack is in dist/ the gpgmejs folder can just be included in the extensions tab of the browser in |