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