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