forked from Therrk/updated-plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
45 additions
and
35 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} | ||
] | ||
}] |