@clerc/plugin-strict-flags
Advanced tools
Comparing version 0.18.0 to 0.19.0
@@ -17,3 +17,3 @@ import { definePlugin } from '@clerc/core'; | ||
} else { | ||
throw new Error(`Unexpected flags: ${semanticArray(keys)}`); | ||
throw new Error(`Unexpected flag${keys.length > 1 ? "s" : ""}: ${semanticArray(keys)}`); | ||
} | ||
@@ -20,0 +20,0 @@ }); |
{ | ||
"name": "@clerc/plugin-strict-flags", | ||
"version": "0.18.0", | ||
"version": "0.19.0", | ||
"author": "Ray <nn_201312@163.com> (https://github.com/so1ve)", | ||
@@ -54,3 +54,3 @@ "description": "Clerc plugin strict flags", | ||
"devDependencies": { | ||
"@clerc/core": "0.18.0" | ||
"@clerc/core": "0.19.0" | ||
}, | ||
@@ -57,0 +57,0 @@ "scripts": { |
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
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
3673