Skip to content

Commit a4fff71

Browse files
committed
refactor: clean up JSON formatting in configuration files
1 parent 8742d73 commit a4fff71

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
22
".": "0.0.0"
3-
}
3+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iexec-documentation",
3-
"version": "0.0.0",
3+
"version": "0.0.0",
44
"scripts": {
55
"dev": "vitepress dev",
66
"build": "vitepress build",

renovate.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": [
4-
"local>iExecBlockchainComputing/renovate-config"
5-
]
3+
"extends": ["local>iExecBlockchainComputing/renovate-config"]
64
}

0 commit comments

Comments
 (0)