@incanta/config
Advanced tools
Comparing version 0.1.6 to 0.1.7
@@ -10,6 +10,3 @@ #!/usr/bin/env node | ||
const index_1 = __importDefault(require("./index")); | ||
const command = process.argv | ||
.slice(2) | ||
.map((arg) => `"${arg}"`) | ||
.join(" "); | ||
const command = process.argv.slice(2).join(" "); | ||
const env = {}; | ||
@@ -16,0 +13,0 @@ (0, lodash_merge_1.default)(env, process.env, index_1.default.getConfiguredEnv()); |
{ | ||
"name": "@incanta/config", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"main": "lib/index.js", | ||
@@ -5,0 +5,0 @@ "exports": { |
@@ -7,6 +7,3 @@ #!/usr/bin/env node | ||
const command = process.argv | ||
.slice(2) | ||
.map((arg) => `"${arg}"`) | ||
.join(" "); | ||
const command = process.argv.slice(2).join(" "); | ||
@@ -13,0 +10,0 @@ const env: any = {}; |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
29668
521