version v1.2.2
This commit is contained in:
parent
ac5685acb2
commit
85b2b1e09e
1 changed files with 11 additions and 4 deletions
15
module.json
15
module.json
|
@ -1,17 +1,24 @@
|
|||
{
|
||||
"name": "microbit-dal",
|
||||
"version": "1.2.1",
|
||||
"version": "1.2.2",
|
||||
"license": "Apache2",
|
||||
"description": "The runtime library for the BBC micro:bit, developed by Lancaster University",
|
||||
"keywords": ["mbed-classic", "microbit", "runtime", "library", "lancaster", "University"],
|
||||
"keywords": [
|
||||
"mbed-classic",
|
||||
"microbit",
|
||||
"runtime",
|
||||
"library",
|
||||
"lancaster",
|
||||
"University"
|
||||
],
|
||||
"author": "Joe Finney <j.finney@lancaster.ac.uk (mailto:j.finney@lancaster.ac.uk) >",
|
||||
"homepage": "https://developer.mbed.org/teams/Lancaster-University/code/microbit/",
|
||||
"dependencies":{
|
||||
"dependencies": {
|
||||
"mbed-classic": "~0.0.4",
|
||||
"ble": "lancaster-university/BLE_API#master",
|
||||
"ble-nrf51822": "lancaster-university/nrf51822#master"
|
||||
},
|
||||
"extraIncludes":[
|
||||
"extraIncludes": [
|
||||
"inc"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue