Skip to content

Commit 5a773a0

Browse files
committed
build(json2yaml): removing json2yaml conflicting with remarshal
1 parent 2f35b76 commit 5a773a0

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

json/Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,8 @@ RUN apk upgrade --no-cache \
3434
RUN pipx ensurepath --global \
3535
&& pipx install --global \
3636
csvkit==2.1.0 \
37-
remarshal==1.2.0 \
38-
json2yaml==1.2.0 \
39-
jsonfmt==0.2.7
37+
jsonfmt==0.2.7 \
38+
remarshal==1.2.0
4039

4140
RUN npm install -g \
4241

json/docker-compose.test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ services:
2424
jsonpath-plus <(echo '{}') / # jsonpath-plus
2525
jq --version # jq
2626
jslint --version # jsonlint
27-
json2yaml --version # json2yaml
2827
jsonlint --help # jsonlint
2928
npm --version # npm
3029
openssl --version # openssl

0 commit comments

Comments
 (0)