module.json: depend on mbed-classic only for mbed-classic builds.
This commit is contained in:
parent
7aaf768fde
commit
74191e254b
1 changed files with 3 additions and 1 deletions
|
@ -19,11 +19,13 @@
|
|||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"mbed-classic":"~0.0.1"
|
||||
},
|
||||
"targetDependencies": {
|
||||
"nrf51822": {
|
||||
"ble-nrf51822":"~0.4.2"
|
||||
},
|
||||
"mbed-classic": {
|
||||
"mbed-classic":"~0.0.1"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue