Skip to content

Commit a03db4c

Browse files
authored
fix: add neutral value to platform options in schema.json (#982)
The `platform` configuration option allows for `node`, `browser`, and `neutral`. This adds `neutral` as a valid option in the schema.json file, which was missing.
1 parent 28b9ce9 commit a03db4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@
325325
"description": "Target platform",
326326
"type": "string",
327327
"default": "node",
328-
"enum": ["node", "browser"]
328+
"enum": ["node", "browser", "neutral"]
329329
},
330330
"config": {
331331
"markdownDescription": "Disable config file with `false` or pass a custom config filename",

0 commit comments

Comments
 (0)