remove IR
This commit is contained in:
parent
27e31bda76
commit
8f498e8111
24
README.md
24
README.md
|
|
@ -1,12 +1,12 @@
|
||||||
# mbit
|
# mbit
|
||||||
|
|
||||||
Extension for Yahboom_mbit_en V3.0.2
|
Extension for Yahboom_mbit_en V3.0.3
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
MIT
|
MIT
|
||||||
|
|
||||||
## Supported targets
|
## Supported targets
|
||||||
|
|
||||||
* for PXT/microbit
|
* for PXT/microbit
|
||||||
(The metadata above is needed for package search.)
|
(The metadata above is needed for package search.)
|
||||||
|
|
|
||||||
44
pxt.json
44
pxt.json
|
|
@ -1,23 +1,23 @@
|
||||||
{
|
{
|
||||||
"name": "mbit",
|
"name": "mbit",
|
||||||
"version": "3.0.2",
|
"version": "3.0.3",
|
||||||
"description": "Extension for YahBoom m:bit V3.0.2",
|
"description": "Extension for YahBoom m:bit V3.0.3",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"core": "*",
|
"core": "*",
|
||||||
"neopixel": "github:lzty634158/pxt-neopixel",
|
"neopixel": "github:lzty634158/pxt-neopixel"
|
||||||
"Mbit_IR": "github:lzty634158/yahboom_mbit_IR"
|
|
||||||
|
|
||||||
|
|
||||||
},
|
},
|
||||||
"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
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue