Restore '19/06/2021, 17:28:49 1.0.0'

This commit is contained in:
Alexander Davis
2021-06-19 18:59:50 +01:00
parent 44d52014d3
commit 26115fae43
6 changed files with 56 additions and 94 deletions

View File

@@ -1,9 +1,9 @@
{
"name": "Binary Box",
"version": "1.0.0",
"description": "",
"dependencies": {
"core": "*",
"radio": "*",
"microphone": "*"
},
"files": [
@@ -12,11 +12,9 @@
"README.md",
"main.py"
],
"testFiles": [
"test.ts"
],
"testFiles": [],
"supportedTargets": [
"microbit"
],
"preferredEditor": "blocksprj"
"preferredEditor": "pyprj"
}