Use embedded version of microbit to avoid yotta build

This commit is contained in:
Michal Moskal 2016-08-18 14:26:56 +03:00
parent b863d5663d
commit 8eb3376cf5
2 changed files with 2 additions and 2 deletions

View File

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

View File

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