sticky-card-stack 0.1.0 → 0.1.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 +5 -1
package/README.md CHANGED
@@ -1,11 +1,11 @@
1
- # scs
1
+ # Sticky card stack
2
2
 
3
3
  React sticky card stack with GSAP ScrollTrigger and Lenis smooth scroll. Build a vertical stack of cards that stick and scale on scroll.
4
4
 
5
5
  ## Install
6
6
 
7
7
  ```bash
8
- npm install scs
8
+ npm install sticky-card-stack
9
9
  ```
10
10
 
11
11
  Peer dependencies (install if you don’t have them):
package/package.json CHANGED
@@ -1,11 +1,15 @@
1
1
  {
2
2
  "name": "sticky-card-stack",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "React sticky card stack with GSAP ScrollTrigger and Lenis smooth scroll",
5
5
  "type": "module",
6
6
  "main": "./dist/scs.js",
7
7
  "module": "./dist/scs.js",
8
8
  "types": "./dist/index.d.ts",
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "https://github.com/PET-PROJECTING/sticky-card-stack"
12
+ },
9
13
  "exports": {
10
14
  ".": {
11
15
  "types": "./dist/index.d.ts",