@haiilo/catalyst-tokens 10.35.0 → 10.37.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/package.json +1 -1
package/README.md
CHANGED
|
@@ -51,7 +51,7 @@ The library can be published by running `npm publish`. However, the preferred
|
|
|
51
51
|
way to publish a new version of the library is via the CI setup. A new version
|
|
52
52
|
of the library will automatically be published to
|
|
53
53
|
[npm](https://www.npmjs.com/package/@haiilo/catalyst-tokens) when pushing a new
|
|
54
|
-
tag on the main branch. To
|
|
54
|
+
tag on the main branch. To simplify this process, you can use the following npm
|
|
55
55
|
commands:
|
|
56
56
|
|
|
57
57
|
* **npm run release:major** releases a new *major* version
|