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

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