aboutsummaryrefslogtreecommitdiffstats
path: root/lang/js/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'lang/js/package.json')
-rw-r--r--lang/js/package.json6
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"
}
}