-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed dependency of SerialMuxProt v1.0.0
- Loading branch information
1 parent
9b80a10
commit 7311f58
Showing
2 changed files
with
44 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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": "*" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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": "*" | ||
} | ||
} |