microbit-dal: updated module.json

Updated module.json to point to lancaster-university organisation
repos.
This commit is contained in:
James Devine 2015-08-12 16:08:02 +01:00
parent 538e1c48bd
commit 0552741cf1

View file

@ -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"
]
}
}