module.json: depend on mbed-classic only for mbed-classic builds.

This commit is contained in:
Rohit Grover 2015-07-13 10:05:56 +01:00
parent 7aaf768fde
commit 74191e254b

View file

@ -19,11 +19,13 @@
}
],
"dependencies": {
"mbed-classic":"~0.0.1"
},
"targetDependencies": {
"nrf51822": {
"ble-nrf51822":"~0.4.2"
},
"mbed-classic": {
"mbed-classic":"~0.0.1"
}
}
}