Skip to content

Commit

Permalink
fix: new "dont check npm" option for plugin-update (#1071)
Browse files Browse the repository at this point in the history
* fix: dont check npm option

* fix:make disableNpmLookup type optional
  • Loading branch information
gregsadetsky committed May 6, 2024
1 parent b510d6f commit 9ccc797
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/interfaces/pjson.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ export namespace PJSON {
debounce?: number
rollout?: number
}
disableNpmLookup?: boolean
node: {
targets?: string[]
version?: string
Expand Down

0 comments on commit 9ccc797

Please sign in to comment.