Skip to content
This repository was archived by the owner on Jul 8, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,9 @@ onDragLeaveCallback|`function`|no|null|Callback invoked when drag leaves. It is
## Example
To run the example just:
```sh
npm run dev:example
npm run dev
// or
yarn dev:example
yarn dev
```

And go to `http://localhost:3000`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@brainhubeu/react-file-input",
"version": "0.1.2",
"version": "0.1.3",
"description": "React FileInput",
"engines": {
"node": ">=8.9"
Expand Down