Comparing version 0.12.0 to 0.15.0
@@ -6,2 +6,13 @@ # Change Log | ||
<a name="0.15.0"></a> | ||
# [0.15.0](https://github.com/untool/untool/compare/v0.14.2...v0.15.0) (2018-08-02) | ||
### Features | ||
* **untool:** introduce simple logging ([29109ba](https://github.com/untool/untool/commit/29109ba)) | ||
<a name="0.12.0"></a> | ||
@@ -8,0 +19,0 @@ # [0.12.0](https://github.com/untool/untool/compare/v0.11.0...v0.12.0) (2018-07-06) |
@@ -12,3 +12,3 @@ #!/usr/bin/env node | ||
const yargsPath = resolve(dirname(pkgFile), '@untool/yargs'); | ||
require(yargsPath).run(); | ||
require(yargsPath).run({ mixins: [__dirname] }); | ||
} catch (_) { | ||
@@ -15,0 +15,0 @@ // eslint-disable-next-line no-console |
{ | ||
"name": "untool", | ||
"version": "0.12.0", | ||
"version": "0.15.0", | ||
"description": "untool cli", | ||
@@ -25,4 +25,5 @@ "preferGlobal": true, | ||
"enhanced-resolve": "^4.0.0", | ||
"find-up": "^3.0.0" | ||
"find-up": "^3.0.0", | ||
"pretty-ms": "^3.2.0" | ||
} | ||
} |
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
6014
5
61
3
+ Addedpretty-ms@^3.2.0
+ Addedparse-ms@1.0.1(transitive)
+ Addedpretty-ms@3.2.0(transitive)