Skip to content

Commit 1d30d23

Browse files
authored
Add node.config.json to the catalog (SchemaStore#4586)
This is a new experimental config file to configure Node.js.
1 parent 65a5640 commit 1d30d23

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/api/json/catalog.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5966,6 +5966,12 @@
59665966
"0.6.2": "https://json.schemastore.org/hemtt-0.6.2.json"
59675967
}
59685968
},
5969+
{
5970+
"name": "Node.js configuration",
5971+
"description": "The Node.js configuration file",
5972+
"fileMatch": ["node.config.json"],
5973+
"url": "https://nodejs.org/docs/latest/node-config-schema.json"
5974+
},
59695975
{
59705976
"name": "now",
59715977
"description": "ZEIT Now project configuration file",

0 commit comments

Comments
 (0)