Compare commits

...

2 Commits

Author SHA1 Message Date
Michal Moskal
a78f7f9601 0.3.38 2016-08-18 15:55:34 +03:00
Michal Moskal
b1cf3246ae Revert "Use embedded version of microbit to avoid yotta build"
This reverts commit 8eb3376cf5.
2016-08-18 15:55:23 +03:00
3 changed files with 3 additions and 3 deletions

View File

@@ -8,6 +8,6 @@
"public": true,
"additionalFilePath": "../../node_modules/pxt-core/libs/lang-test0",
"dependencies": {
"microbit": "*"
"microbit": "file:../microbit"
}
}

View File

@@ -7,6 +7,6 @@
],
"public": true,
"dependencies": {
"microbit": "*"
"microbit": "file:../microbit"
}
}

View File

@@ -1,6 +1,6 @@
{
"name": "pxt-microbit",
"version": "0.3.37",
"version": "0.3.38",
"description": "micro:bit target for PXT",
"keywords": [
"JavaScript",