Merge pull request #1 from Amerlander/master

Pin selection
This commit is contained in:
Amerlander 2020-09-16 21:57:50 +02:00 committed by GitHub
commit 61a4fe5b5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 4 deletions

View File

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

View File

@ -1,5 +1,5 @@
{
"name": "Grove",
"name": "grove",
"version": "0.1.7",
"description": "A Microsoft MakeCode package for Seeed Studio Grove module",
"license": "MIT",
@ -15,5 +15,9 @@
"testFiles": [
"test.ts"
],
"public": true
"public": true,
"supportedTargets": [
"calliopemini"
],
"preferredEditor": "tsprj"
}