Skip to content

Commit 18871c4

Browse files
committed
fix: fix npm publish dist file
1 parent 6840d27 commit 18871c4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "imagekitio-react",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "React SDK for ImageKit.io which implements client-side upload and URL generation for use inside a react application.",
55
"scripts": {
66
"compile": "node_modules/.bin/babel src --out-dir lib --copy-files",
@@ -16,6 +16,9 @@
1616
"url": "https://github.com/imagekit-developer/imagekit-react"
1717
},
1818
"main": "dist/imagekitio-react.js",
19+
"files": [
20+
"dist/imagekitio-react.js"
21+
],
1922
"author": "ImageKit",
2023
"license": "ISC",
2124
"devDependencies": {

0 commit comments

Comments
 (0)