command-line-usage
Advanced tools
Comparing version 6.1.1 to 6.1.2
@@ -5,3 +5,3 @@ function chalkFormat (str) { | ||
const chalk = require('chalk') | ||
return chalk(Object.assign([], { raw: [ str ] })) | ||
return chalk(Object.assign([], { raw: [str] })) | ||
} else { | ||
@@ -8,0 +8,0 @@ return '' |
{ | ||
"name": "command-line-usage", | ||
"author": "Lloyd Brookes <75pound@gmail.com>", | ||
"version": "6.1.1", | ||
"version": "6.1.2", | ||
"description": "Generates command-line usage information", | ||
"repository": "https://github.com/75lb/command-line-usage.git", | ||
"repository": "https://github.com/75lb/command-line-usage", | ||
"license": "MIT", | ||
@@ -33,5 +33,3 @@ "files": [ | ||
"devDependencies": { | ||
"coveralls": "^3.1.0", | ||
"jsdoc-to-markdown": "^6.0.1", | ||
"nyc": "^15.1.0", | ||
"test-runner": "^0.6.3" | ||
@@ -38,0 +36,0 @@ }, |
@@ -5,3 +5,3 @@ [![view on npm](https://badgen.net/npm/v/command-line-usage)](https://www.npmjs.org/package/command-line-usage) | ||
[![Gihub package dependents](https://badgen.net/github/dependents-pkg/75lb/command-line-usage)](https://github.com/75lb/command-line-usage/network/dependents?dependent_type=PACKAGE) | ||
[![Build Status](https://travis-ci.org/75lb/command-line-usage.svg?branch=master)](https://travis-ci.org/75lb/command-line-usage) | ||
[![Node.js CI](https://github.com/75lb/command-line-usage/actions/workflows/node.js.yml/badge.svg)](https://github.com/75lb/command-line-usage/actions/workflows/node.js.yml) | ||
[![Coverage Status](https://coveralls.io/repos/github/75lb/command-line-usage/badge.svg)](https://coveralls.io/github/75lb/command-line-usage) | ||
@@ -121,2 +121,2 @@ [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](https://github.com/feross/standard) | ||
© 2015-21 Lloyd Brookes \<75pound@gmail.com\>. Documented by [jsdoc-to-markdown](https://github.com/75lb/jsdoc-to-markdown). | ||
© 2015-22 Lloyd Brookes \<75pound@gmail.com\>. Documented by [jsdoc-to-markdown](https://github.com/75lb/jsdoc-to-markdown). |
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
2
19506