Skip to content

Commit 272ce5e

Browse files
committed
Unwrap alias entries
Remove the outer array from the 3 JSON files that wrap a single alias object in an array, converting them to plain objects matching the pattern used by the other alias files. Closes dita-ot/website#939 Signed-off-by: Roger Sheen <roger@infotexture.net>
1 parent 5d084f4 commit 272ce5e

File tree

3 files changed

+8
-14
lines changed

3 files changed

+8
-14
lines changed

org.doctales.ant-contrib.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
[
2-
{
3-
"alias": "org.jung.ant-contrib"
4-
}
5-
]
1+
{
2+
"alias": "org.jung.ant-contrib"
3+
}

org.doctales.schematron.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
[
2-
{
1+
{
32
"alias": "org.jung.schematron"
4-
}
5-
]
3+
}

org.doctales.terminology.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
[
2-
{
3-
"alias": "org.jung.terminology"
4-
}
5-
]
1+
{
2+
"alias": "org.jung.terminology"
3+
}

0 commit comments

Comments
 (0)