From f1e4157b936abbc12258cadf3ef5f5ef7818430c Mon Sep 17 00:00:00 2001 From: gitea_admin Date: Fri, 27 Mar 2026 22:12:38 +0000 Subject: [PATCH] Update pxt.json --- pxt.json | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/pxt.json b/pxt.json index 42ccebb..410f10a 100644 --- a/pxt.json +++ b/pxt.json @@ -1,23 +1,23 @@ -{ - "name": "mbit", - "version": "3.0.5", - "description": "Extension for YahBoom m:bit V3.0.5", - "license": "MIT", - "dependencies": { - "core": "*", - "neopixel": "github:lzty634158/pxt-neopixel" - - - - }, - "files": [ - "README.md", - "main.ts", - "_locales/en/mbit-strings.json" - - ], - "testFiles": [ - "test.ts" - ], - "public": true +{ + "name": "yahboom_mbit", + "version": "3.0.5", + "description": "Extension for YahBoom m:bit V3.0.5", + "license": "MIT", + "dependencies": { + "core": "*", + "neopixel": "github:lzty634158/pxt-neopixel" + + + + }, + "files": [ + "README.md", + "main.ts", + "_locales/en/mbit-strings.json" + + ], + "testFiles": [ + "test.ts" + ], + "public": true } \ No newline at end of file