zimme-zoom 0.1.0 → 0.1.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 +1 -28
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -10,34 +10,7 @@ yarn add zimme-zoom
10
10
 
11
11
  ## Usage
12
12
 
13
- #TBD
14
-
15
- ## Development
16
-
17
- ```bash
18
- # Install dependencies
19
- yarn install
20
-
21
- # Start development mode
22
- yarn dev
23
-
24
- # Build the package
25
- yarn build
26
-
27
- # Run tests
28
- yarn test
29
-
30
- # Lint code
31
- yarn lint
32
-
33
- # Format code
34
- yarn format
35
- ```
36
-
37
- ## Requirements
38
-
39
- - Node.js >= 14.0.0
40
- - Yarn >= 1.22.0
13
+ 📖 **Storybook:** [https://zimme-zoom.vercel.app](https://zimme-zoom.vercel.app)
41
14
 
42
15
  ## License
43
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zimme-zoom",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "A lightweight React photo viewer with zoom, navigation, blurred background, and SVG overlay support",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",