command-line-interface
Advanced tools
Comparing version 3.6.6 to 3.6.7
@@ -0,1 +1,8 @@ | ||
## [3.6.7](https://github.com/thenativeweb/command-line-interface/compare/3.6.6...3.6.7) (2020-11-03) | ||
### Bug Fixes | ||
* Fix headline for robot section in readme. ([#173](https://github.com/thenativeweb/command-line-interface/issues/173)) ([957a8a2](https://github.com/thenativeweb/command-line-interface/commit/957a8a2bc919f10ff83b487f91e75c0ced21c64c)) | ||
## [3.6.6](https://github.com/thenativeweb/command-line-interface/compare/3.6.5...3.6.6) (2020-11-02) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "command-line-interface", | ||
"version": "3.6.6", | ||
"version": "3.6.7", | ||
"description": "command-line-interface is a foundation for CLI applications.", | ||
@@ -5,0 +5,0 @@ "contributors": [ |
@@ -258,5 +258,5 @@ # command-line-interface | ||
## Running the build | ||
## Running quality assurance | ||
To build this module use [roboter](https://www.npmjs.com/package/roboter). | ||
To run quality assurance for this module use [roboter](https://www.npmjs.com/package/roboter): | ||
@@ -263,0 +263,0 @@ ```shell |
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
70095