Skip to content

Commit

Permalink
fix metadata.json formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
samj committed Sep 7, 2024
1 parent 8c65de0 commit a1d8a33
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions abilities/aws/metadata.json → abilities/aws/0.1.0/metadata.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"id": "aws",
"name": "Amazon Web Services (AWS)",
"versions": {
"package": "0.1.0",
"product": "1.35"
Expand All @@ -15,13 +16,16 @@
"email": "[email protected]",
"url": "https://samjohnston.org"
},
"language": "python",
"license": "MIT",
"dependencies": {
"python": [
"dependencies": [
{
"name": "boto3",
"version": "1.35"
"type": "python",
"id": "boto3",
"name": "Boto3",
"versions": {
"required": ">=1.35.0"
}
}
]
}
]
}

0 comments on commit a1d8a33

Please sign in to comment.