Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 7 additions & 14 deletions module.json → sal-td/module.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,18 @@
{
"name": "sal",
"version": "0.2.1",
"description": "C Socket abstraction layer",
"name": "sal-td",
"version": "0.2.2",
"description": "C Socket abstraction layer (targetDependencies)",
"private": true,
"keywords": [],
"author": "Brendan Moran <[email protected]>",
"repository": {
"url": "[email protected]:ARMmbed/mbed-net-socket-abstract.git",
"url": "[email protected]:ARMmbed/sal.git",
"type": "git"
},
"homepage": "https://github.com/ARMmbed/mbed-net-socket-abstract",
"homepage": "https://github.com/ARMmbed/sal",
"license": "Apache-2",
"dependencies": {},
"scripts": {
"testReporter": [
"mbedgt",
"--digest",
"stdin",
"-v",
"-V"
]
"dependencies": {
"sal":"~0.2.2"
},
"targetDependencies": {
"lwip": {
Expand Down
26 changes: 26 additions & 0 deletions sal/module.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "sal",
"version": "0.2.2",
"description": "C Socket abstraction layer",
"private": true,
"keywords": [],
"author": "Brendan Moran <[email protected]>",
"repository": {
"url": "[email protected]:ARMmbed/sal.git",
"type": "git"
},
"homepage": "https://github.com/ARMmbed/sal",
"license": "Apache-2",
"testDependencies": {
"mbed-drivers" : "~0.6.3"
},
"scripts": {
"testReporter": [
"mbedgt",
"--digest",
"stdin",
"-v",
"-V"
]
}
}
File renamed without changes.
File renamed without changes.