fmt (changelog ignore)

This commit is contained in:
Joseph Garrone 2021-10-15 21:11:47 +02:00 committed by GitHub
parent 33fa29f17f
commit c1ad92407d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@
- It's not a CLI tool, the automation happens with Github Actions.
Update your `package.json` version number, push. Voila, your new version is published on NPM.
- It doesn't bundle your library into a single file so users can cherry-pick what they want to import from your lib.
E.g: `import { aSpecificFunction } from "your-module/aSpecificFile"`.
E.g: `import { aSpecificFunction } from "your-module/aSpecificFile"`
<p align="center">
<a href='https://youtu.be/rYaAZg8RYyI'>