Update pxt.json

This commit is contained in:
Michael Klein 2019-08-01 00:09:43 +02:00 committed by GitHub
parent a6b75f7fd1
commit 0eb0125d96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
{ {
"name": "Grove", "name": "Grove",
"version": "0.1.5", "version": "0.1.4",
"description": "A Microsoft MakeCode package for Seeed Studio Grove module", "description": "A Microsoft MakeCode package for Seeed Studio Grove module",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
@ -9,7 +9,8 @@
"files": [ "files": [
"README.md", "README.md",
"main.ts", "main.ts",
"_locales/ja/Grove-strings.json" "_locales/ja/Grove-strings.json",
"_locales/de/Grove-strings.json"
], ],
"testFiles": [ "testFiles": [
"test.ts" "test.ts"