We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83b0c22 commit 2cb9221Copy full SHA for 2cb9221
2 files changed
.npmignore
@@ -0,0 +1 @@
1
+demo/
package.json
@@ -1,16 +1,20 @@
{
2
"name": "react-card-stack-carousel",
3
- "version": "0.1.0",
4
- "description": "A carousel component for React",
+ "version": "0.1.1",
+ "description": "A tiny configurable carousel component for React",
5
"main": "index.js",
6
"scripts": {
7
"dev": "vite ./playground"
8
},
9
+ "repository": {
10
+ "url": "https://github.com/shettypuneeth/react-card-stack-carousel",
11
+ "type": "git"
12
+ },
13
"keywords": [
14
"react",
15
"carousel",
- "image-carousel",
- "card-stack"
16
+ "image carousel",
17
+ "card stack"
18
],
19
"include": [
20
"src/**/*",
0 commit comments