@skeletonizer/utils
Advanced tools
Comparing version 0.0.8-alpha.0 to 0.0.9-alpha.0
{ | ||
"name": "@skeletonizer/utils", | ||
"version": "0.0.8-alpha.0", | ||
"version": "0.0.9-alpha.0", | ||
"description": "Utils for all skeletonizer packages", | ||
@@ -55,3 +55,3 @@ "author": "Luka Varga", | ||
}, | ||
"gitHead": "b62b4bb34e4e875e69e63b838fd15ce92750ffa7" | ||
"gitHead": "0e08a76697be0fd52ee105c366bdca6c43145ce0" | ||
} |
@@ -135,1 +135,17 @@ # `@skeletonizer/utils` | ||
Roughly speaking, the background colour of the skeletonized area transitions between the `primaryColor` and the `secondaryColor`. | ||
## Contributing | ||
Adjustments in this package have ramifications on all other packages, so please be careful when making changes. | ||
- `npm install` | ||
- adjust the code in the `packages/utils` directory | ||
- run `npm run build` in the `packages/utils` directory | ||
- adjust the code in adapter packages directories, if needed | ||
- `npm run dev` in in each of the adapter packages directories to test the changes | ||
- run `npm run build` in the root directory | ||
- update readme files in the `packages/utils` and adapter packages directories | ||
Before submitting a pull request, make sure to run the following commands in **root** directory: | ||
- `npm run lint` | ||
- `npm run type-check` | ||
- `npm run coverage` | ||
- `npm run build` |
42893
151