Skip to content

Commit ebc2745

Browse files
committed
feat(remarshal): adding remarshal version 1.2.0
1 parent 6dab0bc commit ebc2745

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

json/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ RUN apk upgrade --no-cache \
3232
RUN pipx ensurepath --global \
3333
&& pipx install --global \
3434
csvkit==2.1.0 \
35+
remarshal==1.2.0 \
3536
json2yaml==1.2.0 \
3637
jsonfmt==0.2.7
3738

json/docker-compose.test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,19 @@ services:
1515
csvsql --version # csvkit
1616
curl --version # curl
1717
dasel --version # dasel
18+
echo | prettyjson # prettyjson
1819
git --version # git
1920
jf -v # jsonfmt
2021
jq --version # jq
21-
json2yaml --version # json2yaml
2222
jslint --version # jsonlint
23+
json2yaml --version # json2yaml
2324
jsonlint --help # jsonlint
2425
npm --version # npm
2526
openssl --version # openssl
2627
pip --version # py3-pip
2728
pipx --version # pipx
2829
prettier --version # prettier
29-
echo | prettyjson # prettyjson
3030
python --version # python3
31+
remarshal --version # remarshal
3132
v8r --version # v8r
3233
'

0 commit comments

Comments
 (0)