Skip to content

Commit

Permalink
convert entries to list of objects
Browse files Browse the repository at this point in the history
  • Loading branch information
ngwese committed Oct 22, 2019
1 parent 04cba71 commit 11f6130
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 65 deletions.
10 changes: 5 additions & 5 deletions base.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,26 @@
"kind": "script_catalog"
},
"catalog_name": "base",
"entries": {
"crow-studies": {
"entries": [
{
"project_name": "crow-studies",
"project_url": "https://github.com/monome/crow-studies",
"description": "crow examples",
"discussion_url": "https://monome.org/docs/crow/norns",
"tags": ["study", "demo"]
},
"softcut-studies": {
{
"project_name": "softcut-studies",
"project_url": "https://github.com/monome/softcut-studies",
"description": "softcut examples",
"discussion_url": "https://llllllll.co/t/norns-softcut-studies/23585",
"tags": ["study", "demo"]
},
"we": {
{
"project_name": "we",
"project_url": "https://github.com/monome/we.git",
"description": "collected projects (legacy)",
"tags": ["study", "demo", "lib", "test"]
}
}
]
}
Loading

0 comments on commit 11f6130

Please sign in to comment.