fix #1665: removed a package.json dependency from keeweb-plugin

This commit is contained in:
antelle 2020-12-26 11:18:48 +01:00
parent 4f068008bd
commit fc737b1f51
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C
1 changed files with 1 additions and 2 deletions

View File

@ -13,7 +13,6 @@ const crypto = require('crypto');
const https = require('https');
const args = process.argv.splice(2);
const pkg = require('./package.json');
const op = args.shift();
@ -42,7 +41,7 @@ switch (op) {
}
function showBanner() {
console.log(`KeeWeb plugin utils v${pkg.version}`);
console.log(`KeeWeb plugin utils`);
}
function showHelp() {