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",
"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
}