@naturalcycles/cli
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -0,1 +1,8 @@ | ||
## [1.1.1](https://github.com/NaturalCycles/cli/compare/v1.1.0...v1.1.1) (2020-04-08) | ||
### Bug Fixes | ||
* script/tsconfig.json auto-copying path ([9726498](https://github.com/NaturalCycles/cli/commit/9726498419d1b88b1bfd67be93252d12ff3f3ea2)) | ||
# [1.1.0](https://github.com/NaturalCycles/cli/compare/v1.0.5...v1.1.0) (2020-04-04) | ||
@@ -2,0 +9,0 @@ |
@@ -11,3 +11,3 @@ #!/usr/bin/env node | ||
const tsnode = require("ts-node"); | ||
exports.projectDir = path.join(__dirname, '..'); | ||
exports.projectDir = path.join(__dirname, '../..'); | ||
exports.cfgDir = `${exports.projectDir}/cfg`; | ||
@@ -14,0 +14,0 @@ main().catch(err => { |
@@ -40,3 +40,3 @@ { | ||
}, | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"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
6164