Skip to content

Commit 4e7e783

Browse files
committed
upd metadata
1 parent 9e55821 commit 4e7e783

File tree

4 files changed

+45
-35
lines changed

4 files changed

+45
-35
lines changed

CODE_OF_CONDUCT

Whitespace-only changes.

COPYRIGHT

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Zachary Yedidia <[email protected]>
2+
3+
Vsevolod Tsiliurik <[email protected]>

info.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"name": "snippets",
3-
"description": "Snippets plugin",
4-
"website": "",
5-
"install": "",
6-
"version": "1.0.0",
7-
"require": [
8-
"micro >= 2.0.0"
9-
]
2+
"name": "snippets",
3+
"description": "Snippets plugin",
4+
"website": "",
5+
"install": "",
6+
"version": "0.2.1",
7+
"require": [
8+
"micro >= 2.0.0"
9+
]
1010
}

repo.json

Lines changed: 34 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,36 @@
11
[{
2-
"Name": "snippets",
3-
"Description": "plugin to insert language specific code snippets.",
4-
"Website": "https://github.com/micro-editor/updated-plugins/tree/master/micro-snippets-plugin",
5-
"Tags": ["snippet"],
6-
"Versions": [
7-
{
8-
"Version": "0.2.0",
9-
"Url": "https://github.com/micro-editor/updated-plugins/releases/download/v1.0.0/snippets-0.2.0.zip",
10-
"Require": {
11-
"micro": ">=2.0.0-1"
12-
}
13-
},
14-
{
15-
"Version": "0.1.4",
16-
"Url": "https://github.com/tommyshem/micro-snippets-plugin/archive/v0.1.4.zip",
17-
"Require": {
18-
"micro": ">=1.3.4"
19-
}
20-
},
21-
{
22-
"Version": "0.1.2",
23-
"Url": "https://github.com/tommyshem/micro-snippets-plugin/archive/v0.1.2.zip",
24-
"Require": {
25-
"micro": ">1.0.3 <1.3.4"
26-
}
27-
}
28-
]
2+
"Name": "snippets",
3+
"Description": "plugin to insert language specific code snippets.",
4+
"Website": "https://github.com/tsilvs/snippets.micro",
5+
"Tags": ["snippet"],
6+
"Versions": [
7+
{
8+
"Version": "0.2.1",
9+
"Url": "https://github.com/tsilvs/snippets.micro/releases/download/v0.2.1/snippets-0.2.1.zip",
10+
"Require": {
11+
"micro": ">=2.0.0-1"
12+
}
13+
},
14+
{
15+
"Version": "0.2.0",
16+
"Url": "https://github.com/micro-editor/updated-plugins/releases/download/v1.0.0/snippets-0.2.0.zip",
17+
"Require": {
18+
"micro": ">=2.0.0-1"
19+
}
20+
},
21+
{
22+
"Version": "0.1.4",
23+
"Url": "https://github.com/tommyshem/micro-snippets-plugin/archive/v0.1.4.zip",
24+
"Require": {
25+
"micro": ">=1.3.4"
26+
}
27+
},
28+
{
29+
"Version": "0.1.2",
30+
"Url": "https://github.com/tommyshem/micro-snippets-plugin/archive/v0.1.2.zip",
31+
"Require": {
32+
"micro": ">1.0.3 <1.3.4"
33+
}
34+
}
35+
]
2936
}]

0 commit comments

Comments
 (0)