commit
5c6b6627e2
@ -126,4 +126,4 @@ MIT
|
|||||||
|
|
||||||
## Supported targets
|
## Supported targets
|
||||||
|
|
||||||
* for PXT/microbit
|
* for PXT/calliopemini
|
||||||
|
8
pxt.json
8
pxt.json
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "Grove",
|
"name": "grove",
|
||||||
"version": "0.1.7",
|
"version": "0.1.7",
|
||||||
"description": "A Microsoft MakeCode package for Seeed Studio Grove module",
|
"description": "A Microsoft MakeCode package for Seeed Studio Grove module",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -15,5 +15,9 @@
|
|||||||
"testFiles": [
|
"testFiles": [
|
||||||
"test.ts"
|
"test.ts"
|
||||||
],
|
],
|
||||||
"public": true
|
"public": true,
|
||||||
|
"supportedTargets": [
|
||||||
|
"calliopemini"
|
||||||
|
],
|
||||||
|
"preferredEditor": "tsprj"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user