Skip to content

Commit

Permalink
refactor: make property readonly
Browse files Browse the repository at this point in the history
  • Loading branch information
ComradeVanti committed Jan 16, 2024
1 parent f803925 commit 7d59aff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/package-manifest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export type UnityPackageManifest = Readonly<{
/**
* An array of keywords used by the Package Manager search APIs.
*/
keywords?: Array<string>;
keywords?: ReadonlyArray<string>;
/**
* Identifier for an OSS license using the SPDX identifier format, or a
* string such as “See LICENSE.md file”.
Expand Down

0 comments on commit 7d59aff

Please sign in to comment.