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