Skip to content

Commit 982fdca

Browse files
committed
Make sure developers know comments are not allowed in JSON
1 parent b42dfb4 commit 982fdca

3 files changed

+9
-0
lines changed

example-channel.json

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
2+
// BE SURE TO REMOVE THESE COMMENTS BEFORE USING THIS TEMPLATE SINCE
3+
// COMMENTS ARE NOT ALLOWED IN JSON
4+
25
"schema_version": "3.0.0",
36

47
// All repositories must be an HTTPS URL. SSL certificates help prevent

example-dependencies.json

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
2+
// BE SURE TO REMOVE THESE COMMENTS BEFORE USING THIS TEMPLATE SINCE
3+
// COMMENTS ARE NOT ALLOWED IN JSON
4+
25
// This file is a filesystem-level solution for specifying dependencies
36
// for packages. This is most useful for package developers since they are
47
// not installing their own packages from a repository or channel, and

example-repository.json

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
2+
// BE SURE TO REMOVE THESE COMMENTS BEFORE USING THIS TEMPLATE SINCE
3+
// COMMENTS ARE NOT ALLOWED IN JSON
4+
25
"schema_version": "3.0.0",
36

47
// Packages can be specified with a simple URL to a GitHub or BitBucket

0 commit comments

Comments
 (0)