Skip to content

Commit

Permalink
Fixed dependency of SerialMuxProt v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gabryelreyes committed Nov 22, 2023
1 parent 9b80a10 commit 7311f58
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 30 deletions.
37 changes: 22 additions & 15 deletions lib/APPConvoyLeader/library.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,28 @@
"name": "APPConvoyLeader",
"version": "0.1.0",
"description": "Convoy leader application",
"authors": [{
"name": "Andreas Merkle",
"email": "[email protected]",
"url": "https://github.com/BlueAndi",
"maintainer": true
}],
"authors": [
{
"name": "Andreas Merkle",
"email": "[email protected]",
"url": "https://github.com/BlueAndi",
"maintainer": true
}
],
"license": "MIT",
"dependencies": [{
"name": "Service"
}, {
"name": "HALInterfaces"
}, {
"name": "SerialMuxProt",
"version" : "https://github.com/gabryelreyes/SerialMuxProt.git"
}],
"dependencies": [
{
"name": "Service"
},
{
"name": "HALInterfaces"
},
{
"owner": "gabryelreyes",
"name": "SerialMuxProt",
"version": "1.0.0"
}
],
"frameworks": "*",
"platforms": "*"
}
}
37 changes: 22 additions & 15 deletions lib/APPRemoteControl/library.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,28 @@
"name": "APPRemoteControl",
"version": "0.1.0",
"description": "RemoteControl application",
"authors": [{
"name": "Andreas Merkle",
"email": "[email protected]",
"url": "https://github.com/BlueAndi",
"maintainer": true
}],
"authors": [
{
"name": "Andreas Merkle",
"email": "[email protected]",
"url": "https://github.com/BlueAndi",
"maintainer": true
}
],
"license": "MIT",
"dependencies": [{
"name": "Service"
}, {
"name": "HALInterfaces"
}, {
"name": "SerialMuxProt",
"version" : "https://github.com/gabryelreyes/SerialMuxProt.git"
}],
"dependencies": [
{
"name": "Service"
},
{
"name": "HALInterfaces"
},
{
"owner": "gabryelreyes",
"name": "SerialMuxProt",
"version": "1.0.0"
}
],
"frameworks": "*",
"platforms": "*"
}
}

0 comments on commit 7311f58

Please sign in to comment.