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