File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
workspaces/config/lib/definitions Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -1624,7 +1624,6 @@ const definitions = {
16241624 'prefer-offline' : new Definition ( 'prefer-offline' , {
16251625 default : false ,
16261626 type : Boolean ,
1627- exclusive : [ 'prefer-online' ] ,
16281627 description : `
16291628 If true, staleness checks for cached data will be bypassed, but missing
16301629 data will be requested from the server. To force full offline mode, use
@@ -1635,7 +1634,6 @@ const definitions = {
16351634 'prefer-online' : new Definition ( 'prefer-online' , {
16361635 default : false ,
16371636 type : Boolean ,
1638- exclusive : [ 'prefer-offline' ] ,
16391637 description : `
16401638 If true, staleness checks for cached data will be forced, making the CLI
16411639 look for updates immediately even for fresh package data.
You can’t perform that action at this time.
0 commit comments