Zokka-Dev / zokka-compiler

Fork of compiler for Elm, a functional language for reliable webapps.
https://elm-lang.org/
BSD 3-Clause "New" or "Revised" License
81 stars 0 forks source link

Make sure the `bump` command doesn't delete Zokka-specific fields from `elm.json` #15

Open changlinli opened 2 months ago

changlinli commented 2 months ago

Quick Summary:

zokka bump will delete the zokka-package-overrides field from elm.json. In general we should expect tooling to do the minimal amount of editing necessary to these files.

SSCCE

Clone https://github.com/Zokka-Dev/zokka-example-package/tree/16920ba660a22eb1a6606e1cd02a0712c2bda9e3 and run zokka bump while in it.