module.json: ammended to point to master

Previously module.json was not pointing to master, so it did not fetch latest changes.
master
James Devine 8 years ago
parent 57c3ccc8ab
commit 6fc400714a

@ -10,9 +10,9 @@
],
"dependencies": {
"mbed-classic": "~0.0.4",
"ble": "jamesadevine/BLE_API",
"ble-nrf51822": "jamesadevine/nrf51822",
"microbit-dal":"jamesadevine/microbit-dal"
"ble": "jamesadevine/BLE_API#master",
"ble-nrf51822": "jamesadevine/nrf51822#master",
"microbit-dal":"jamesadevine/microbit-dal#master"
},
"targetDependencies": {},
"bin": "./source"

Loading…
Cancel
Save