This commit is contained in:
Michael Elliot Braun 2016-03-31 17:39:25 -07:00
commit 25e83b52f3
3 changed files with 11 additions and 12 deletions

View File

@ -9,5 +9,5 @@
"dependencies": {
"microbit": "file:../microbit"
},
"installedVersion": "barvfb"
"installedVersion": "rlfgis"
}

View File

@ -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
}
}
}

View File

@ -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"
}
}