Update pxt.json
This commit is contained in:
parent
ec0be625ed
commit
f1e4157b93
44
pxt.json
44
pxt.json
|
|
@ -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
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue