@codezee/sixtify-brahma 0.2.0 → 0.2.1

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.
Files changed (2) hide show
  1. package/README.md +2 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -58,8 +58,9 @@ Learn more about the power of Turborepo:
58
58
 
59
59
  Install the package using pnpm:
60
60
 
61
- bash
61
+ ```sh
62
62
  pnpm install @codezee/sixtify-brahama
63
+ ```
63
64
 
64
65
  ## Usage
65
66
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codezee/sixtify-brahma",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "scripts": {
5
5
  "lint": "turbo lint",
6
6
  "format": "prettier --write \"**/*.{ts,tsx}\"",