Skip to content

Commit b40af98

Browse files
committed
fix(package): add index.d.ts file to npm package
I forgot to include it to `files` section in `package.json` in previous release. Sorry!
1 parent 01ffb68 commit b40af98

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@
7979
"snyk": "^1.135.1"
8080
},
8181
"files": [
82-
"dist"
82+
"dist",
83+
"index.d.ts"
8384
],
8485
"dependencies": {
8586
"classnames": "^2.2.6"

0 commit comments

Comments
 (0)