Skip to content

Commit dd4b3f5

Browse files
committed
Make manifiest legal JSON
Suggested change for issue #722 Encode header information in JSON comments. This will allow PlatformIO to use a newer release.
1 parent 67c00f3 commit dd4b3f5

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

library.json

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1-
# =========================================================================
2-
# Unity - A Test Framework for C
3-
# ThrowTheSwitch.org
4-
# Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams
5-
# SPDX-License-Identifier: MIT
6-
# =========================================================================
7-
81
{
2+
"_comment0:": "Unity - A Test Framework for C",
3+
"_comment1:": "ThrowTheSwitch.org",
4+
"_comment2:": "Copyright (c) 2007-24 Mike Karlesky, Mark VanderVoord, & Greg Williams",
5+
"_comment3:": "SPDX-License-Identifier: MIT",
96
"name": "Unity",
107
"version": "2.6.0",
118
"keywords": "unit-testing, testing, tdd, testing-framework",

0 commit comments

Comments
 (0)