Merge branch 'master' of https://github.com/Microsoft/kindscript-microbit
This commit is contained in:
commit
25e83b52f3
@ -9,5 +9,5 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"microbit": "file:../microbit"
|
"microbit": "file:../microbit"
|
||||||
},
|
},
|
||||||
"installedVersion": "barvfb"
|
"installedVersion": "rlfgis"
|
||||||
}
|
}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "microbit",
|
"name": "microbit",
|
||||||
"description": "The microbit core library",
|
"description": "The microbit core library",
|
||||||
"installedVersion": "dnarsa",
|
"installedVersion": "tsmdvf",
|
||||||
"files": [
|
"files": [
|
||||||
"README.md",
|
"README.md",
|
||||||
"core.d.ts",
|
"core.d.ts",
|
||||||
@ -23,7 +23,10 @@
|
|||||||
"id": "microbit",
|
"id": "microbit",
|
||||||
"name": "BBC micro:bit",
|
"name": "BBC micro:bit",
|
||||||
"title": "JavaScript for BBC micro:bit",
|
"title": "JavaScript for BBC micro:bit",
|
||||||
"cloud": false,
|
"cloud": {
|
||||||
|
"workspace": false,
|
||||||
|
"packages": true
|
||||||
|
},
|
||||||
"blocksprj": {
|
"blocksprj": {
|
||||||
"id": "blocksprj",
|
"id": "blocksprj",
|
||||||
"config": {
|
"config": {
|
||||||
@ -68,13 +71,9 @@
|
|||||||
"isNative": false,
|
"isNative": false,
|
||||||
"hasHex": true
|
"hasHex": true
|
||||||
},
|
},
|
||||||
"serial" : {
|
"serial": {
|
||||||
"manufacturerFilter": "^mbed$",
|
"manufacturerFilter": "^mbed$",
|
||||||
"log": true
|
"log": true
|
||||||
},
|
|
||||||
"cloud" : {
|
|
||||||
"workspace": false,
|
|
||||||
"packages": true
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "kindscript-microbit",
|
"name": "kindscript-microbit",
|
||||||
"version": "0.2.2",
|
"version": "0.2.4",
|
||||||
"description": "BBC micro:bit target for KindScript",
|
"description": "BBC micro:bit target for KindScript",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"JavaScript",
|
"JavaScript",
|
||||||
@ -30,6 +30,6 @@
|
|||||||
"typescript": "^1.8.7"
|
"typescript": "^1.8.7"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"kindscript": "0.2.4"
|
"kindscript": "0.2.6"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user