Skip to content

Commit 6d7108d

Browse files
authored
Merge pull request #4 from JamieMagee/cgmanifest-schema
Add `$schema` to `cgmanifest.json`
2 parents f351de0 + 13be477 commit 6d7108d

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

src/cpp/cgmanifest.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"$schema": "https://json.schemastore.org/component-detection-manifest.json",
23
"registrations": [
34
{
45
"component": {
@@ -38,13 +39,9 @@
3839
{
3940
"component": {
4041
"type": "pip",
41-
"pip": {
42-
"name": "Cython",
43-
"version": "0.20.21"
44-
}
42+
"pip": { "name": "Cython", "version": "0.20.21" }
4543
},
4644
"DevelopmentDependency": true
4745
}
48-
4946
]
50-
}
47+
}

0 commit comments

Comments
 (0)