From 8c9e24778db867cb3148bc247c7e321639aa9f58 Mon Sep 17 00:00:00 2001 From: Gar Date: Thu, 8 Apr 2021 10:08:23 -0700 Subject: feat(version): add workspace support PR-URL: https://github.com/npm/cli/pull/3055 Credit: @wraithgar Close: #3055 Reviewed-by: @darcyclarke --- lib/utils/config/definitions.js | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/utils') diff --git a/lib/utils/config/definitions.js b/lib/utils/config/definitions.js index d87c43dda..db1f25e95 100644 --- a/lib/utils/config/definitions.js +++ b/lib/utils/config/definitions.js @@ -1389,6 +1389,7 @@ define('prefix', { define('preid', { default: '', + hint: 'prerelease-id', type: String, description: ` The "prerelease identifier" to use as a prefix for the "prerelease" part -- cgit v1.2.3