Skip to content

Commit

Permalink
upd metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
tsilvs committed Oct 9, 2024
1 parent 9e55821 commit 4e7e783
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 35 deletions.
Empty file added CODE_OF_CONDUCT
Empty file.
3 changes: 3 additions & 0 deletions COPYRIGHT
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Zachary Yedidia <[email protected]>
Therk <[email protected]>
Vsevolod Tsiliurik <[email protected]>
16 changes: 8 additions & 8 deletions info.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "snippets",
"description": "Snippets plugin",
"website": "",
"install": "",
"version": "1.0.0",
"require": [
"micro >= 2.0.0"
]
"name": "snippets",
"description": "Snippets plugin",
"website": "",
"install": "",
"version": "0.2.1",
"require": [
"micro >= 2.0.0"
]
}
61 changes: 34 additions & 27 deletions repo.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,36 @@
[{
"Name": "snippets",
"Description": "plugin to insert language specific code snippets.",
"Website": "https://github.com/micro-editor/updated-plugins/tree/master/micro-snippets-plugin",
"Tags": ["snippet"],
"Versions": [
{
"Version": "0.2.0",
"Url": "https://github.com/micro-editor/updated-plugins/releases/download/v1.0.0/snippets-0.2.0.zip",
"Require": {
"micro": ">=2.0.0-1"
}
},
{
"Version": "0.1.4",
"Url": "https://github.com/tommyshem/micro-snippets-plugin/archive/v0.1.4.zip",
"Require": {
"micro": ">=1.3.4"
}
},
{
"Version": "0.1.2",
"Url": "https://github.com/tommyshem/micro-snippets-plugin/archive/v0.1.2.zip",
"Require": {
"micro": ">1.0.3 <1.3.4"
}
}
]
"Name": "snippets",
"Description": "plugin to insert language specific code snippets.",
"Website": "https://github.com/tsilvs/snippets.micro",
"Tags": ["snippet"],
"Versions": [
{
"Version": "0.2.1",
"Url": "https://github.com/tsilvs/snippets.micro/releases/download/v0.2.1/snippets-0.2.1.zip",
"Require": {
"micro": ">=2.0.0-1"
}
},
{
"Version": "0.2.0",
"Url": "https://github.com/micro-editor/updated-plugins/releases/download/v1.0.0/snippets-0.2.0.zip",
"Require": {
"micro": ">=2.0.0-1"
}
},
{
"Version": "0.1.4",
"Url": "https://github.com/tommyshem/micro-snippets-plugin/archive/v0.1.4.zip",
"Require": {
"micro": ">=1.3.4"
}
},
{
"Version": "0.1.2",
"Url": "https://github.com/tommyshem/micro-snippets-plugin/archive/v0.1.2.zip",
"Require": {
"micro": ">1.0.3 <1.3.4"
}
}
]
}]

0 comments on commit 4e7e783

Please sign in to comment.