-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathelm.sideload.json
More file actions
39 lines (39 loc) · 988 Bytes
/
elm.sideload.json
File metadata and controls
39 lines (39 loc) · 988 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"elmJsonPath": "elm.json",
"requireElmHome": false,
"sideloads": [
{
"originalPackageName": "elm/html",
"originalPackageVersion": "1.0.0",
"sideloadedPackage": {
"type": "github",
"url": "https://github.com/lydell/html",
"pinTo": {
"sha": "09257799949d6ef28756b1f03794acb0bab3af7f"
}
}
},
{
"originalPackageName": "elm/virtual-dom",
"originalPackageVersion": "1.0.4",
"sideloadedPackage": {
"type": "github",
"url": "https://github.com/lydell/virtual-dom",
"pinTo": {
"sha": "236651460c96bc1c37a7e94553081402deb350cc"
}
}
},
{
"originalPackageName": "elm/browser",
"originalPackageVersion": "1.0.2",
"sideloadedPackage": {
"type": "github",
"url": "https://github.com/lydell/browser",
"pinTo": {
"sha": "f5de544c8033d934285501f78f09e2eaf0171d55"
}
}
}
]
}