-
Notifications
You must be signed in to change notification settings - Fork 0
/
js-replacements.json
53 lines (53 loc) · 1.49 KB
/
js-replacements.json
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"packageRules": [
{
"matchDatasources": ["npm"],
"matchPackageNames": ["@travi/javascript-scaffolder"],
"replacementName": "@form8ion/javascript",
"replacementVersion": "2.0.0"
},
{
"matchDatasources": ["npm"],
"matchPackageNames": ["@travi/github-scaffolder"],
"replacementName": "@form8ion/github",
"replacementVersion": "2.0.0"
},
{
"matchDatasources": ["npm"],
"matchPackageNames": ["@form8ion/lift-javascript"],
"replacementName": "@form8ion/javascript",
"replacementVersion": "3.0.0"
},
{
"matchDatasources": ["npm"],
"matchPackageNames": ["@travi/project-scaffolder"],
"replacementName": "@form8ion/project",
"replacementVersion": "11.0.0"
},
{
"matchDatasources": ["npm"],
"matchPackageNames": ["check-engine"],
"replacementName": "ls-engines",
"replacementVersion": "0.5.1"
},
{
"matchDatasources": ["npm"],
"matchPackageNames": ["markdownlint-cli", "doctoc"],
"replacementName": "remark-cli",
"replacementVersion": "10.0.1"
},
{
"matchDatasources": ["npm"],
"matchPackageNames": ["nyc"],
"replacementName": "c8",
"replacementVersion": "8.0.0"
},
{
"matchDatasources": ["npm"],
"matchPackageNames": ["npm-run-all"],
"replacementName": "npm-run-all2",
"replacementVersion": "5.0.0"
}
]
}