Skip to content

Commit 0fec6b6

Browse files
committed
build(jsonfmt): adding jsonfmt 0.2.7
1 parent cdd495e commit 0fec6b6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

json/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ RUN apk -U upgrade \
3030
RUN pipx ensurepath --global \
3131
&& pipx install --global \
3232
csvkit==2.1.0 \
33-
json2yaml==1.2.0
33+
json2yaml==1.2.0 \
34+
jsonfmt==0.2.7
3435

3536
RUN npm install -g \
3637

json/docker-compose.test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ services:
1515
csvsql --version # csvkit
1616
curl --version # curl
1717
git --version # git
18+
jf -v # jsonfmt
1819
jq --version # jq
1920
json2yaml --version # json2yaml
2021
jslint --version # jsonlint

0 commit comments

Comments
 (0)