@naturalcycles/cli
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -0,1 +1,8 @@ | ||
## [1.1.3](https://github.com/NaturalCycles/cli/compare/v1.1.2...v1.1.3) (2020-04-08) | ||
### Bug Fixes | ||
* argv, try2 ([694b6d8](https://github.com/NaturalCycles/cli/commit/694b6d84c9e272da6097ba4f71ec05b225c8ac88)) | ||
## [1.1.2](https://github.com/NaturalCycles/cli/compare/v1.1.1...v1.1.2) (2020-04-08) | ||
@@ -2,0 +9,0 @@ |
@@ -30,2 +30,4 @@ #!/usr/bin/env node | ||
// 'testscript.ts' | ||
const [, , _scriptPath = '', ..._processArgs] = process.argv; | ||
const cwd = process.cwd(); | ||
console.log({ | ||
@@ -38,4 +40,2 @@ argv1: process.argv, | ||
}); | ||
const [, , _scriptPath = '', ..._processArgs] = process.argv; | ||
const cwd = process.cwd(); | ||
require('loud-rejection/register'); | ||
@@ -42,0 +42,0 @@ require('dotenv/config'); |
@@ -40,3 +40,3 @@ { | ||
}, | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "CLI utils to be installed globally via 'npm i -g'", | ||
@@ -43,0 +43,0 @@ "author": "Natural Cycles Team", |
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
7065