Aktualisiere pxt.json, README.md, main.ts

This commit is contained in:
Amerlander 2020-09-16 21:55:09 +02:00
parent 566ce18726
commit 8cf2d5c7d5
3 changed files with 8 additions and 4 deletions

View File

@ -126,4 +126,4 @@ MIT
## Supported targets ## Supported targets
* for PXT/microbit * for PXT/calliopemini

View File

@ -606,4 +606,4 @@ namespace grove {
}) })
} }
} }

View File

@ -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"
} }