From 477f40397b55125abc9f9ecda69b8971a5bca330 Mon Sep 17 00:00:00 2001 From: neonerz Date: Tue, 14 Jan 2025 11:01:52 -0500 Subject: [PATCH] Update pxt.json, tutorial-info-cache.json --- pxt.json | 3 ++- tutorial-info-cache.json | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 tutorial-info-cache.json diff --git a/pxt.json b/pxt.json index 8578401..d3daa9b 100644 --- a/pxt.json +++ b/pxt.json @@ -8,7 +8,8 @@ }, "files": [ "README.md", - "main.ts" + "main.ts", + "tutorial-info-cache.json" ], "testFiles": [], "public": true, diff --git a/tutorial-info-cache.json b/tutorial-info-cache.json new file mode 100644 index 0000000..702458c --- /dev/null +++ b/tutorial-info-cache.json @@ -0,0 +1 @@ +{"https://github.com/rewrite-media/mayan-mystery-ts":{"snippetBlocks":{},"usedBlocks":{},"highlightBlocks":{},"validateBlocks":{},"hash":"bc520c5632bface0347524c086e1bfe0c917765db7484648d800dd512d9b8e91"}} \ No newline at end of file