Skip to content
This repository was archived by the owner on May 3, 2023. It is now read-only.

v1.6.4 - `npx jetifier` should work now

Choose a tag to compare

@mikehardy mikehardy released this 11 Aug 18:47
· 27 commits to master since this release
23acc0d

Previously npx jetify would work, but only after the package was installed because the package was 'jetifier' but the script was 'jetify' (noun vs verb, right?) but npx needs the script to be named the same as the package, so I just linked the jetify script to the jetifier name as well. Thanks @Salakar for the assist 👍

  • fix: npx jetifier should work with link of jetify to jetifier name 5be8c5e
  • docs(README): update example for library name overrides bfeffc5

v1.6.3...v1.6.4