-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrepo.json
More file actions
24 lines (24 loc) · 749 Bytes
/
Copy pathrepo.json
File metadata and controls
24 lines (24 loc) · 749 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[
{
"Name": "diff_preview",
"Description": "Display a preview of Git diffs in a tooltip.",
"Website": "https://github.com/usfbih8u/micro-diff-preview",
"Tags": ["git", "diff", "tooltip"],
"Versions": [
{
"Version": "0.0.4",
"Url": "https://github.com/usfbih8u/micro-diff-preview/archive/0.0.4.zip",
"Require": {
"micro": ">=2.0.15"
}
},
{
"Version": "0.0.3",
"Url": "https://github.com/usfbih8u/micro-diff-preview/archive/0.0.3.zip",
"Require": {
"micro": ">=2.0.14"
}
}
]
}
]