Skip to content

Commit 1477de0

Browse files
authored
Rename a schema file. (#5152)
1 parent 98e3f39 commit 1477de0

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@microsoft/rush",
5+
"comment": "",
6+
"type": "none"
7+
}
8+
],
9+
"packageName": "@microsoft/rush"
10+
}

rush-plugins/rush-http-build-cache-plugin/rush-plugin-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"pluginName": "rush-http-build-cache-plugin",
66
"description": "Rush plugin for generic HTTP build cache",
77
"entryPoint": "lib/index.js",
8-
"optionsSchema": "lib/schemas/plugin-config.schema.json"
8+
"optionsSchema": "lib/schemas/http-config.schema.json"
99
}
1010
]
1111
}

0 commit comments

Comments
 (0)