Use embedded version of microbit to avoid yotta build
This commit is contained in:
parent
b863d5663d
commit
8eb3376cf5
@ -8,6 +8,6 @@
|
||||
"public": true,
|
||||
"additionalFilePath": "../../node_modules/pxt-core/libs/lang-test0",
|
||||
"dependencies": {
|
||||
"microbit": "file:../microbit"
|
||||
"microbit": "*"
|
||||
}
|
||||
}
|
||||
|
@ -7,6 +7,6 @@
|
||||
],
|
||||
"public": true,
|
||||
"dependencies": {
|
||||
"microbit": "file:../microbit"
|
||||
"microbit": "*"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user