Skip to content

Commit 5395e04

Browse files
authored
Rename package-json-schema.json to package.schema.json
Closes GH-119. Reviewed-by: JounQin <admin@1stg.me> Reviewed-by: Christian Murphy <christian.murphy.42@gmail.com> Reviewed-by: Titus Wormer <tituswormer@gmail.com>
1 parent 86fc76d commit 5395e04

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
},
112112
{
113113
"fileMatch": "package.json",
114-
"url": "./package-json-schema.json"
114+
"url": "./package.schema.json"
115115
}
116116
],
117117
"languages": [

package-json-schema.json package.schema.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"$schema": "https://json-schema.org/draft-04/schema",
32
"properties": {
43
"remarkConfig": {
54
"description": "remark configuration",

0 commit comments

Comments
 (0)