mirror of https://github.com/keeweb/keeweb
fix #1665: removed a package.json dependency from keeweb-plugin
parent
4f068008bd
commit
fc737b1f51
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue