Skip to content

Commit 390b3c9

Browse files
committedAug 4, 2023
Record submodules in project.json
1 parent dac9615 commit 390b3c9

File tree

350 files changed

+496
-9
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

350 files changed

+496
-9
lines changed
 

‎brainfuck/thaliaarchi-wsbf/project.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@
88
"date": "2021-11-14 01:51:27 +0100",
99
"spec_version": "0.3",
1010
"source": ["https://github.com/thaliaarchi/wsbf"],
11+
"submodules": [{ "path": "wsbf", "url": "https://github.com/thaliaarchi/wsbf" }],
1112
"commands": [{ "type": "interpreter", "bin": "ws.bf" }]
1213
}

‎c/bvisness/project.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"date": "2016-05-20 22:49:38 -0500",
99
"spec_version": "0.3",
1010
"source": ["https://github.com/bvisness/whitespace"],
11+
"submodules": [{ "path": "whitespace", "url": "https://github.com/bvisness/whitespace" }],
1112
"commands": [
1213
{
1314
"type": "interpreter",

0 commit comments

Comments
 (0)
Please sign in to comment.