Skip to content

Commit 9abc458

Browse files
committed
release: v4.0.3
1 parent 7a13d2e commit 9abc458

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.npmignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/__tests__
33
/examples
44
/docs
5-
/src/index.js
5+
/src
66
/.github
77
index.html
88
build.js

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{
22
"name": "react-flickity-component",
3-
"version": "4.0.2",
3+
"version": "4.0.3",
44
"description": "react flickity component",
55
"files": [
6-
"dist"
6+
"dist",
7+
"src/index.d.ts"
78
],
89
"main": "./dist/react-flickity-component.umd.js",
910
"module": "./dist/react-flickity-component.es.js",

0 commit comments

Comments
 (0)