remove IR

This commit is contained in:
lzty634158 2020-12-22 10:42:34 +08:00
parent 27e31bda76
commit 8f498e8111
2 changed files with 34 additions and 34 deletions

View File

@ -1,12 +1,12 @@
# mbit
Extension for Yahboom_mbit_en V3.0.2
## License
MIT
## Supported targets
* for PXT/microbit
(The metadata above is needed for package search.)
# mbit
Extension for Yahboom_mbit_en V3.0.3
## License
MIT
## Supported targets
* for PXT/microbit
(The metadata above is needed for package search.)

View File

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