Skip to content

Commit

Permalink
update repo.json to match upstream requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
sparques committed Mar 28, 2024
1 parent 391d065 commit 31a8bc6
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions repo.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,29 @@
{
"Name": "quoter",
"Description": "plugin to add quotes or brackets around a text selection.",
"License":"MIT",
"Website":"https://github.com/sparques/micro-quoter",
"Tags": [
"quote", "autosurround"
],
"Versions": [
{
"Version": "1.0.3",
"Url": "https://github.com/deusnefum/micro-quoter/archive/v1.0.3.zip",
"Url": "https://github.com/sparques/micro-quoter/archive/v1.0.3.zip",
"Require": {
"micro": ">=2.0.0"
}
},
{
"Version": "1.0.2",
"Url": "https://github.com/deusnefum/micro-quoter/archive/v1.0.2.zip",
"Url": "https://github.com/sparques/micro-quoter/archive/v1.0.2.zip",
"Require": {
"micro": ">=2.0.0"
}
},
{
"Version": "1.0.1",
"Url": "https://github.com/deusnefum/micro-quoter/archive/v1.0.1.zip",
"Url": "https://github.com/sparques/micro-quoter/archive/v1.0.1.zip",
"Require": {
"micro": ">=2.0.0"
}
Expand Down

0 comments on commit 31a8bc6

Please sign in to comment.