@donmahallem/lerna-fixer
Advanced tools
Comparing version 0.1.4 to 0.1.5
{ | ||
"name": "@donmahallem/lerna-fixer", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "CLI to fix issues with lerna as a workaround", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.cjs", |
@@ -6,3 +6,3 @@ <!-- ⚠️ This README has been generated from the file(s) "./readme_blueprint.md" ⚠️--> | ||
<p align="center"> | ||
<a href="https://www.npmjs.com/package/@donmahallem/lerna-fixer"><img alt="NPM Version 0.1.4" src="https://img.shields.io/npm/v/@donmahallem/lerna-fixer" height="20"/></a> | ||
<a href="https://www.npmjs.com/package/@donmahallem/lerna-fixer"><img alt="NPM Version 0.1.5" src="https://img.shields.io/npm/v/@donmahallem/lerna-fixer" height="20"/></a> | ||
<a href="https://github.com/donmahallem/lerna-fixer/actions/workflows/test.yml"><img alt="Test" src="https://github.com/donmahallem/lerna-fixer/actions/workflows/test.yml/badge.svg?event=push" height="20"/></a> | ||
@@ -9,0 +9,0 @@ <a href="https://codecov.io/gh/donmahallem/lerna-fixer/branch/main"><img alt="codecov" src="https://codecov.io/gh/donmahallem/lerna-fixer/branch/main/graph/badge.svg" height="20"/></a> |
@@ -6,3 +6,3 @@ /* | ||
import { InvalidOptionArgumentError, Option } from 'commander'; | ||
import { InvalidArgumentError, Option } from 'commander'; | ||
@@ -32,5 +32,5 @@ /** | ||
default: | ||
throw new InvalidOptionArgumentError(`Invalid value '${val}' for option 'verbose'`); | ||
throw new InvalidArgumentError(`Invalid value '${val}' for option 'verbose'`); | ||
} | ||
}); | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
36917