diff options
author | Maximilian Krambach <[email protected]> | 2018-04-18 14:38:06 +0000 |
---|---|---|
committer | Maximilian Krambach <[email protected]> | 2018-04-20 13:24:13 +0000 |
commit | 6ab25e40d904007755c5d999bf66ae264236e745 (patch) | |
tree | c9f6bff260f9cc0d7c0466f6caf316ade679c33e /lang/js/package.json | |
parent | Merge branch 'master' into javascript-binding (diff) | |
download | gpgme-6ab25e40d904007755c5d999bf66ae264236e745.tar.gz gpgme-6ab25e40d904007755c5d999bf66ae264236e745.zip |
js: encrypt improvement and decrypt method
* Compatibility class gpgme_openpgpjs offers an API that should accept
openpgpjs syntax, throwing errors if a parameter is unexpected/not
implemented
* tried to be more generic in methods
* waiting for multiple answers if 'more' is in the answer
* more consistency checking on sending and receiving
* updated the example extension
--
Diffstat (limited to 'lang/js/package.json')
-rw-r--r-- | lang/js/package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/js/package.json b/lang/js/package.json index 46b60fd2..2b7dd7ee 100644 --- a/lang/js/package.json +++ b/lang/js/package.json @@ -2,7 +2,7 @@ "name": "gpgmejs", "version": "0.0.1", "description": "javascript part of a nativeMessaging gnupg integration", - "main": "src/gpgmejs.js", + "main": "src/index.js", "private": true, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" @@ -11,7 +11,7 @@ "author": "", "license": "", "devDependencies": { - "webpack": "^4.3.0", - "webpack-cli": "^2.0.13" + "webpack": "^4.5.0", + "webpack-cli": "^2.0.14" } } |