demio-ui 2.5.92 → 2.5.93
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 +0 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -164,5 +164,3 @@ Try to follow [Semantic Versioning](https://semver.org/) rules and [Conventional
|
|
|
164
164
|
## Git hooks
|
|
165
165
|
|
|
166
166
|
We use pre-commit and pre-push git hooks to run tests and linting before committing and pushing code. This ensures we don't commit code that doesn't pass tests or linting. Hooks are managed by [husky](https://typicode.github.io/husky/#/) and [lint-staged](https://github.com/okonet/lint-staged).
|
|
167
|
-
|
|
168
|
-
test
|