Skip to content

Commit 2c39ed0

Browse files
committed
1.0.2
1 parent 25bd76a commit 2c39ed0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-aws-s3-typescript",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Open source npm package to upload your files into AWS S3 Bucket directly using react(typescript template)",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
import ReactS3Client from './react-aws-s3';
22

3-
export default ReactS3Client;
3+
export default ReactS3Client;

0 commit comments

Comments
 (0)