@kong/icons 1.4.0 → 1.4.1-pr.50.bfaa331.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/kong-icons.es.js +102 -102
- package/dist/kong-icons.es.js.map +1 -1
- package/dist/kong-icons.umd.js +1 -1
- package/dist/kong-icons.umd.js.map +1 -1
- package/dist/types/components/flags/index.d.ts +1 -1
- package/dist/types/components/index.d.ts +1 -1
- package/dist/types/components/multi-color/index.d.ts +1 -1
- package/dist/types/components/solid/index.d.ts +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
@@ -225,7 +225,7 @@ This will trigger the Commitizen interactive prompt for building your commit mes
|
|
225
225
|
|
226
226
|
[Lefthook](https://github.com/evilmartians/lefthook) is used to manage Git Hooks within the repo.
|
227
227
|
|
228
|
-
- A `commit-msg` hook is automatically setup that enforces commit message stands with `commitlint`, see [`lefthook.
|
228
|
+
- A `commit-msg` hook is automatically setup that enforces commit message stands with `commitlint`, see [`lefthook.ymal`](./lefthook.yaml)
|
229
229
|
- A `pre-push` hook is used that runs `eslint` before allowing you to push your changes to the repository
|
230
230
|
|
231
231
|
Additionally, CI will use `commitlint` to validate the commits associated with a PR in the `Lint and Validate` job.
|