folding sub-libs into single lib
This commit is contained in:
parent
6c045640d2
commit
78aee5fdd4
@ -2,11 +2,6 @@
|
||||
"corepkg": "microbit",
|
||||
"bundleddirs": [
|
||||
"libs/microbit",
|
||||
"libs/microbit-led",
|
||||
"libs/microbit-music",
|
||||
"libs/microbit-radio",
|
||||
"libs/microbit-game",
|
||||
"libs/microbit-pins",
|
||||
"libs/microbit-serial"
|
||||
"libs/microbit-radio"
|
||||
]
|
||||
}
|
||||
|
@ -1,4 +0,0 @@
|
||||
# game
|
||||
|
||||
The game library.
|
||||
|
@ -1,14 +0,0 @@
|
||||
{
|
||||
"name": "microbit-game",
|
||||
"description": "The game services",
|
||||
"files": [
|
||||
"README.md",
|
||||
"game.ts"
|
||||
],
|
||||
"public": true,
|
||||
"dependencies": {
|
||||
"microbit": "file:../microbit",
|
||||
"microbit-led": "file:../microbit-led"
|
||||
},
|
||||
"installedVersion": "xsrqgc"
|
||||
}
|
@ -1,4 +0,0 @@
|
||||
# led
|
||||
|
||||
The led library.
|
||||
|
@ -1,13 +0,0 @@
|
||||
{
|
||||
"name": "microbit-led",
|
||||
"description": "The led services",
|
||||
"files": [
|
||||
"README.md",
|
||||
"led.ts"
|
||||
],
|
||||
"public": true,
|
||||
"dependencies": {
|
||||
"microbit": "file:../microbit"
|
||||
},
|
||||
"installedVersion": "dnfzlf"
|
||||
}
|
@ -1,2 +0,0 @@
|
||||
# music
|
||||
|
@ -1,13 +0,0 @@
|
||||
{
|
||||
"name": "microbit-music",
|
||||
"description": "The music library",
|
||||
"files": [
|
||||
"README.md",
|
||||
"music.ts"
|
||||
],
|
||||
"public": true,
|
||||
"dependencies": {
|
||||
"microbit": "file:../microbit"
|
||||
},
|
||||
"installedVersion": "txubhm"
|
||||
}
|
@ -1,4 +0,0 @@
|
||||
# radio
|
||||
|
||||
The radio library.
|
||||
|
@ -1,13 +0,0 @@
|
||||
{
|
||||
"name": "microbit-pins",
|
||||
"description": "The pins services",
|
||||
"files": [
|
||||
"README.md",
|
||||
"pins.ts"
|
||||
],
|
||||
"public": true,
|
||||
"dependencies": {
|
||||
"microbit": "file:../microbit"
|
||||
},
|
||||
"installedVersion": "ddslvj"
|
||||
}
|
@ -1,4 +0,0 @@
|
||||
# serial
|
||||
|
||||
The serial library.
|
||||
|
@ -1,13 +0,0 @@
|
||||
{
|
||||
"name": "microbit-serial",
|
||||
"description": "The serial services",
|
||||
"files": [
|
||||
"README.md",
|
||||
"serial.ts"
|
||||
],
|
||||
"public": true,
|
||||
"dependencies": {
|
||||
"microbit": "file:../microbit"
|
||||
},
|
||||
"installedVersion": "pokbut"
|
||||
}
|
@ -9,7 +9,12 @@
|
||||
"images.ts",
|
||||
"basic.ts",
|
||||
"input.ts",
|
||||
"control.ts"
|
||||
"control.ts",
|
||||
"game.ts",
|
||||
"led.ts",
|
||||
"music.ts",
|
||||
"pins.ts",
|
||||
"serial.ts"
|
||||
],
|
||||
"public": true,
|
||||
"dependencies": {},
|
||||
@ -23,12 +28,7 @@
|
||||
"name": "{0} block",
|
||||
"dependencies": {
|
||||
"microbit": "*",
|
||||
"microbit-led": "*",
|
||||
"microbit-music": "*",
|
||||
"microbit-radio": "*",
|
||||
"microbit-game": "*",
|
||||
"microbit-pins": "*",
|
||||
"microbit-serial": "*"
|
||||
"microbit-radio": "*"
|
||||
},
|
||||
"description": "",
|
||||
"files": [
|
||||
@ -49,12 +49,7 @@
|
||||
"name": "{0} bit",
|
||||
"dependencies": {
|
||||
"microbit": "*",
|
||||
"microbit-led": "*",
|
||||
"microbit-music": "*",
|
||||
"microbit-radio": "*",
|
||||
"microbit-game": "*",
|
||||
"microbit-pins": "*",
|
||||
"microbit-serial": "*"
|
||||
"microbit-radio": "*"
|
||||
},
|
||||
"description": "",
|
||||
"files": [
|
||||
|
Loading…
Reference in New Issue
Block a user