We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a13d2e commit 9abc458Copy full SHA for 9abc458
.npmignore
@@ -2,7 +2,7 @@
2
/__tests__
3
/examples
4
/docs
5
-/src/index.js
+/src
6
/.github
7
index.html
8
build.js
package.json
@@ -1,9 +1,10 @@
1
{
"name": "react-flickity-component",
- "version": "4.0.2",
+ "version": "4.0.3",
"description": "react flickity component",
"files": [
- "dist"
+ "dist",
+ "src/index.d.ts"
],
9
"main": "./dist/react-flickity-component.umd.js",
10
"module": "./dist/react-flickity-component.es.js",
0 commit comments