Update pxt.json

This commit is contained in:
gitea_admin 2026-03-27 22:12:38 +00:00
parent ec0be625ed
commit f1e4157b93
1 changed files with 22 additions and 22 deletions

View File

@ -1,23 +1,23 @@
{ {
"name": "mbit", "name": "yahboom_mbit",
"version": "3.0.5", "version": "3.0.5",
"description": "Extension for YahBoom m:bit V3.0.5", "description": "Extension for YahBoom m:bit V3.0.5",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"core": "*", "core": "*",
"neopixel": "github:lzty634158/pxt-neopixel" "neopixel": "github:lzty634158/pxt-neopixel"
}, },
"files": [ "files": [
"README.md", "README.md",
"main.ts", "main.ts",
"_locales/en/mbit-strings.json" "_locales/en/mbit-strings.json"
], ],
"testFiles": [ "testFiles": [
"test.ts" "test.ts"
], ],
"public": true "public": true
} }