use path everywhere + increment npm patch version

pull/122/head
Robin Moisson 2018-01-17 14:51:12 -04:00
rodzic 3f4844fcb7
commit 86391b34b7
3 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -41,7 +41,7 @@ const namedArgs = Yargs
alias: 'file-template',
type: 'string',
describe: 'Path to custom HTML template with password prompt.',
default: __dirname + '/password_template.html'
default: path.join(__dirname, 'password_template.html')
})
.argv;

2
cli/package-lock.json wygenerowano
Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "staticrypt-cli",
"version": "1.1.0",
"version": "1.1.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "staticrypt",
"version": "1.1.0",
"version": "1.1.1",
"description": "Based on the [crypto-js](https://github.com/brix/crypto-js) library, StatiCrypt uses AES-256 to encrypt your input with your passphrase and put it in a HTML file with a password prompt that can decrypted in-browser (client side).",
"main": "index.js",
"bin": {