Skip to content

Commit

Permalink
feat(data): add display names for current stub sources.
Browse files Browse the repository at this point in the history
  • Loading branch information
BradenM committed Dec 11, 2022
1 parent a3ef03f commit 7f6b2cd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion micropy/data/sources.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
[
{
"name": "Micropy Stubs",
"display_name": "BradenM/micropy-stubs",
"name": "micropy-stubs",
"source": "https://raw.githubusercontent.com/BradenM/micropy-stubs/master/source.json"
},
{
"display_name": "Josverl/micropython-stubs",
"name": "micropython-stubs",
"source": "https://raw.githubusercontent.com/Josverl/micropython-stubs/main/publish/package_data.jsondb"
}
Expand Down

0 comments on commit 7f6b2cd

Please sign in to comment.