Releases: FranciscoKloganB/countries
Releases · FranciscoKloganB/countries
v1.1.0
- Fixes an issue in
package.json
where consumer packages were expected to havenode >= 20.0.0
- We changed requirement
node >= 18.0.0
to reflect the vesion we started the project with;
- We changed requirement
- Fixes an issue in
package.json
where consumer packages were expected to havenpm >= 10.0.0
- We removed that
engine
requirement, indicating you can usenpm
,yarn
,pnpm
orbun
, as it should be.
- We removed that