File tree Expand file tree Collapse file tree 4 files changed +45
-35
lines changed Expand file tree Collapse file tree 4 files changed +45
-35
lines changed Original file line number Diff line number Diff line change 1
1
{
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
+ ]
10
10
}
Original file line number Diff line number Diff line change 1
1
[{
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
+ ]
29
36
}]
You can’t perform that action at this time.
0 commit comments