chop-logic-components 1.0.1 → 1.0.2

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 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -45,7 +45,7 @@ In addition to UI components, Chop Logic offers a collection of custom hooks to
45
45
  To get started with Chop Logic, install it via npm or yarn:
46
46
 
47
47
  ```bash
48
- npm install chop-logic
48
+ npm install chop-logic-components
49
49
  # or
50
- yarn add chop-logic
50
+ yarn add chop-logic-components
51
51
  ```
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "type": "git",
5
5
  "url": "git+https://github.com/SavouryGin/chop-logic-components.git"
6
6
  },
7
- "version": "1.0.1",
7
+ "version": "1.0.2",
8
8
  "description": "React UI components library for Chop Logic project",
9
9
  "type": "module",
10
10
  "main": "dist/index.cjs.js",
@@ -22,7 +22,7 @@
22
22
  "test:ci": "vitest run",
23
23
  "coverage": "vitest run --coverage",
24
24
  "storybook": "storybook dev -p 6006",
25
- "build-storybook": "storybook build",
25
+ "build-storybook": "build-storybook -o docs-build",
26
26
  "prepare": "npm run build && husky install"
27
27
  },
28
28
  "lint-staged": {