Skip to content

v0.4.1

Latest

Choose a tag to compare

@github-actions github-actions released this 22 Feb 16:40
9cf90b6

Patch Changes

  • #27 ad8b4b1 Thanks @cody-dot-js! - Preserve exports key position when updating package.json. Previously, gen-x always deleted and re-appended the exports field, moving it to the end of the file on every run. Now, if exports already exists, it is updated in-place so its position relative to other keys is unchanged.