Skip to content

Commit 2cb9221

Browse files
committed
update readme
1 parent 83b0c22 commit 2cb9221

2 files changed

Lines changed: 9 additions & 4 deletions

File tree

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
demo/

package.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,20 @@
11
{
22
"name": "react-card-stack-carousel",
3-
"version": "0.1.0",
4-
"description": "A carousel component for React",
3+
"version": "0.1.1",
4+
"description": "A tiny configurable carousel component for React",
55
"main": "index.js",
66
"scripts": {
77
"dev": "vite ./playground"
88
},
9+
"repository": {
10+
"url": "https://github.com/shettypuneeth/react-card-stack-carousel",
11+
"type": "git"
12+
},
913
"keywords": [
1014
"react",
1115
"carousel",
12-
"image-carousel",
13-
"card-stack"
16+
"image carousel",
17+
"card stack"
1418
],
1519
"include": [
1620
"src/**/*",

0 commit comments

Comments
 (0)