Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Commit

Permalink
Remove JSONs from listing
Browse files Browse the repository at this point in the history
  • Loading branch information
maakbaas authored Nov 18, 2020
1 parent 7f12ab2 commit e27cae7
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions library.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@
"name": "configManager",
"base": "examples/configManager",
"files": [
"configManagerExample.cpp",
"configuration.json"
"configManagerExample.cpp"
]
},
{
Expand All @@ -71,8 +70,7 @@
"name": "dashboard",
"base": "examples/dashboard",
"files": [
"dashboardExample.cpp",
"dashboard.json"
"dashboardExample.cpp"
]
}
],
Expand Down Expand Up @@ -101,4 +99,4 @@
"examples/dashboard/*.*"
]
}
}
}

0 comments on commit e27cae7

Please sign in to comment.