Skip to content
This repository was archived by the owner on Jan 7, 2025. It is now read-only.

Commit e49140a

Browse files
committed
delete example folder, reword description
1 parent 1d18b78 commit e49140a

File tree

7 files changed

+2
-75
lines changed

7 files changed

+2
-75
lines changed

example/.gitignore

Lines changed: 0 additions & 3 deletions
This file was deleted.

example/index.html

Lines changed: 0 additions & 14 deletions
This file was deleted.

example/index.tsx

Lines changed: 0 additions & 14 deletions
This file was deleted.

example/package.json

Lines changed: 0 additions & 24 deletions
This file was deleted.

example/tsconfig.json

Lines changed: 0 additions & 18 deletions
This file was deleted.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
description = "React hook for managing reducers and effects together.";
2+
description = "React hook for managing effects within reducers.";
33

44
inputs = {
55
nixpkgs.url = "github:nixos/nixpkgs/nixos-21.11";

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-use-bireducer",
33
"author": "soywod <clement.douin@posteo.net>",
4-
"description": "React hook for managing reducers and effects together.",
4+
"description": "React hook for managing effects within reducers.",
55
"version": "1.0.0",
66
"license": "MIT",
77
"source": "src/index.ts",

0 commit comments

Comments
 (0)