File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
workspaces/config/lib/definitions Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -230,12 +230,13 @@ const definitions = {
230230 } ) ,
231231 before : new Definition ( 'before' , {
232232 default : null ,
233+ hint : '<date>' ,
233234 type : [ null , Date ] ,
234235 description : `
235236 If passed to \`npm install\`, will rebuild the npm tree such that only
236- versions that were available **on or before** the \`--before\` time get
237- installed. If there's no versions available for the current set of
238- direct dependencies, the command will error.
237+ versions that were available **on or before** the given date are
238+ installed. If there are no versions available for the current set of
239+ dependencies, the command will error.
239240
240241 If the requested version is a \`dist-tag\` and the given tag does not
241242 pass the \`--before\` filter, the most recent version less than or equal
You can’t perform that action at this time.
0 commit comments