Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: make conditions optional
  • Loading branch information
merceyz committed Oct 21, 2021
commit 58f0fe19f506d9f1267664e79e7af4a68d35f6ba
2 changes: 1 addition & 1 deletion packages/yarnpkg-core/sources/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ export interface Package extends Locator {
* A set of constraints indicating whether the package supports the host
* environment.
*/
conditions: string | null,
conditions?: string | null,

/**
* A map of the package's dependencies. There's no distinction between prod
Expand Down