Compare commits

...

5 Commits

Author SHA1 Message Date
Peli de Halleux
4278ff2b37 0.3.28 2016-08-12 08:36:34 -07:00
Peli de Halleux
e7bea34d95 Bump pxt-core to 0.3.32 2016-08-12 08:36:33 -07:00
Peli de Halleux
825409b697 0.3.27 2016-08-12 04:03:06 -07:00
Peli de Halleux
8f72ac0094 Bump pxt-core to 0.3.31 2016-08-12 04:03:03 -07:00
Peli de Halleux
8a6bb610e3 updated description 2016-08-12 03:37:27 -07:00
2 changed files with 4 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
{ {
"name": "pxt-microbit", "name": "pxt-microbit",
"version": "0.3.26", "version": "0.3.28",
"description": "BBC micro:bit target for PXT", "description": "micro:bit target for PXT",
"keywords": [ "keywords": [
"JavaScript", "JavaScript",
"education", "education",
@@ -29,6 +29,6 @@
"typescript": "^1.8.7" "typescript": "^1.8.7"
}, },
"dependencies": { "dependencies": {
"pxt-core": "0.3.29" "pxt-core": "0.3.32"
} }
} }

View File

@@ -2,6 +2,7 @@
"id": "microbit", "id": "microbit",
"name": "code the micro:bit", "name": "code the micro:bit",
"title": "code the micro:bit - Blocks / Javascript editor", "title": "code the micro:bit - Blocks / Javascript editor",
"description": "A Blocks / JavaScript code editor for the micro:bit.",
"corepkg": "microbit", "corepkg": "microbit",
"bundleddirs": [ "bundleddirs": [
"libs/microbit", "libs/microbit",