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 6840d27 commit 18871c4Copy full SHA for 18871c4
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "imagekitio-react",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"description": "React SDK for ImageKit.io which implements client-side upload and URL generation for use inside a react application.",
5
"scripts": {
6
"compile": "node_modules/.bin/babel src --out-dir lib --copy-files",
@@ -16,6 +16,9 @@
16
"url": "https://github.com/imagekit-developer/imagekit-react"
17
},
18
"main": "dist/imagekitio-react.js",
19
+ "files": [
20
+ "dist/imagekitio-react.js"
21
+ ],
22
"author": "ImageKit",
23
"license": "ISC",
24
"devDependencies": {
0 commit comments