Comparing version 0.2.2-beta.13 to 0.2.2
@@ -5,3 +5,2 @@ var commandLineArgs = require('command-line-args'), | ||
key = args.key, | ||
lib = require("./ffi_lib.js").load() | ||
@@ -8,0 +7,0 @@ |
@@ -122,3 +122,3 @@ var dotenv = require("dotenv"), | ||
} else { | ||
var res = spawnSync("node", spawnArgs, {stdio:[0,1,2]}) | ||
var res = spawnSync("node", spawnArgs) | ||
@@ -131,11 +131,6 @@ if (res.status === 0){ | ||
} catch (e){ | ||
console.log(e) | ||
throw "Envkey encountered an unexpected error." | ||
// throwKeyError() | ||
throwKeyError() | ||
} | ||
} else { | ||
// throwKeyError() | ||
throw "Envkey encountered an unexpected error." | ||
throwKeyError() | ||
} | ||
@@ -142,0 +137,0 @@ } |
{ | ||
"name": "envkey", | ||
"version": "0.2.2-beta.13", | ||
"version": "0.2.2", | ||
"description": "Envkey secures and simplifies app secrets and config by storing it in an encrypted vault and granting access to developers and servers.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
48078074
250