microbit-dal: updated module.json
Updated module.json to point to lancaster-university organisation repos.
This commit is contained in:
parent
538e1c48bd
commit
0552741cf1
1 changed files with 4 additions and 4 deletions
|
@ -5,13 +5,13 @@
|
|||
"description": "The runtime library for the BBC micro:bit, developed by Lancaster University",
|
||||
"keywords": ["mbed-classic", "microbit", "runtime", "library", "lancaster", "University"],
|
||||
"author": "James Devine <j.devine@lancaster.ac.uk (mailto:j.devine@lancaster.ac.uk) >",
|
||||
"homepage": "https://jamesadevine@developer.mbed.org/teams/Lancaster-University/code/microbit/",
|
||||
"homepage": "https://developer.mbed.org/teams/Lancaster-University/code/microbit/",
|
||||
"dependencies":{
|
||||
"mbed-classic": "~0.0.4",
|
||||
"ble": "jamesadevine/BLE_API#master",
|
||||
"ble-nrf51822": "jamesadevine/nrf51822#master"
|
||||
"ble": "lancaster-university/BLE_API#master",
|
||||
"ble-nrf51822": "lancaster-university/nrf51822#master"
|
||||
},
|
||||
"extraIncludes":[
|
||||
"inc"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue