react-simplikit-codemod@0.1.2
·
1 commit
to main
since this release
Patch Changes
- #474
f131867Thanks @mnxmnz! -mobile-to-rootnow asks semver whether an existingreact-simplikitrange already guarantees the0.2.0floor, instead of comparing digits it pulled out of the string. A wildcard such as*still admits an older version, so it is raised to^0.2.0rather than left in place; aworkspace:,file:or dist-tag spec that semver cannot read is kept and reported. An--ignoreglob is joined onto the current directory withpath.posix.join, so./legacy/**andlegacy/**read the same way.