Skip to content

Commit

Permalink
Release 3.43.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ljwagerfield committed Sep 19, 2023
1 parent 24eb6be commit 91cb562
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<h1 align="center">
<a href="https://www.bytescale.com/docs/upload-widget/frameworks/react">
<img alt="React Uploader" width="264" height="106" src="https://raw.githubusercontent.com/bytescale/react-uploader/main/.github/assets/logo.svg">
</a>
Migrated to: <a href="https://www.npmjs.com/package/@bytescale/upload-widget-react">@bytescale/upload-widget-react</a>
</h1>
<p align="center"><b>React File Upload Widget</b><br/> (With Integrated Cloud Storage)</p>
<br/>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name": "react-uploader",
"version": "3.41.0",
"version": "3.43.0",
"author": "Bytescale <[email protected]> (https://www.bytescale.com)",
"description": "React File Upload UI Widget — Lightweight & supports: drag and drop, multiple uploads, image cropping, customization & more 🚀 Comes with Cloud Storage 🌐",
"license": "MIT",
"main": "dist/main.js",
"types": "dist/index.d.ts",
"homepage": "https://www.bytescale.com/docs/upload-widget/frameworks/react",
"homepage": "https://www.bytescale.com/docs/upload-widget/react",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/bytescale/react-uploader.git"
"url": "git+https://github.com/bytescale/bytescale-upload-widget-react.git"
},
"bugs": {
"url": "https://github.com/bytescale/react-uploader/issues"
"url": "https://github.com/bytescale/bytescale-upload-widget-react/issues"
},
"files": [
"/dist/**/*",
Expand Down

0 comments on commit 91cb562

Please sign in to comment.