Skip to content

Commit c575d60

Browse files
committed
Consistent formatting and unneeded things removal for 2p-kt and kt-math
1 parent 05404d1 commit c575d60

File tree

2 files changed

+7
-25
lines changed

2 files changed

+7
-25
lines changed

2p-kt.json

+4-13
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,10 @@
11
{
2-
"description": "A Kotlin Multi-Platform ecosystem for symbolic AI",
2+
"description": "Kotlin Multi-Platform ecosystem for symbolic AI",
33
"properties": [
4-
{
5-
"name": "v",
6-
"value": "0.31.9"
7-
},
8-
{
9-
"name": "v-renovate-hint",
10-
"value": "update: package=it.unibo.tuprolog:full"
11-
}
4+
{ "name": "v", "value": "0.31.9" },
5+
{ "name": "v-renovate-hint", "value": "update: package=it.unibo.tuprolog:full" }
126
],
137
"link": "https://github.com/gciatto/kt-math",
14-
"repositories": [
15-
"https://repo1.maven.org/maven2"
16-
],
178
"dependencies": [
189
"it.unibo.tuprolog:solve-classic-jvm:$v",
1910
"it.unibo.tuprolog:parser-theory-jvm:$v",
@@ -27,4 +18,4 @@
2718
"it.unibo.tuprolog.core.parsing.*",
2819
"it.unibo.tuprolog.theory.parsing.*"
2920
]
30-
}
21+
}

kt-math.json

+3-12
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,14 @@
11
{
22
"description": "Kotlin multi-platform port of java.math.*",
33
"properties": [
4-
{
5-
"name": "v",
6-
"value": "0.9.0"
7-
},
8-
{
9-
"name": "v-renovate-hint",
10-
"value": "update: package=io.github.gciatto:kt-math"
11-
}
4+
{ "name": "v", "value": "0.9.0" },
5+
{ "name": "v-renovate-hint", "value": "update: package=io.github.gciatto:kt-math" }
126
],
137
"link": "https://github.com/gciatto/kt-math",
14-
"repositories": [
15-
"https://repo1.maven.org/maven2"
16-
],
178
"dependencies": [
189
"io.github.gciatto:kt-math-jvm:$v"
1910
],
2011
"imports": [
2112
"org.gciatto.kt.math.*"
2213
]
23-
}
14+
}

0 commit comments

Comments
 (0)