Skip to content

Commit

Permalink
build: fix lodash dependence reference
Browse files Browse the repository at this point in the history
  • Loading branch information
x8lucas8x committed Sep 19, 2019
1 parent df05fdb commit a5c268a
Show file tree
Hide file tree
Showing 10 changed files with 247 additions and 98 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ $ yarn add react-resux
* Boilerplate reduction (i.e. actions, dispatchers, reducers).
* Immutability with normal JavaScript objects and arrays. No new APIs to learn!
* Async, typescript, memoised selectors, and hooks support.
* Tiny footprint (i.e. ~2KB).
* Tiny footprint (i.e. ~6KB).

## Demos

Expand Down
2 changes: 1 addition & 1 deletion docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Opinionated, Redux abstraction with built-in immutability, async and more. Heavi
* Boilerplate reduction (i.e. actions, dispatchers, reducers).
* Immutability with normal JavaScript objects and arrays. No new APIs to learn!
* Async, typescript, memoised selectors, and hooks support.
* Tiny footprint (i.e. ~2KB).
* Tiny footprint (i.e. ~6KB).

## Installation

Expand Down
1 change: 0 additions & 1 deletion examples/counterWithHooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
},
"dependencies": {
"@types/redux-logger": "3.0.7",
"lodash": "4.17.15",
"next": "9.0.3",
"react-json-tree": "0.11.2",
"react-resux": "latest",
Expand Down
1 change: 0 additions & 1 deletion examples/rest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
},
"dependencies": {
"@types/redux-logger": "3.0.7",
"lodash": "4.17.15",
"next": "9.0.3",
"react-json-tree": "0.11.2",
"react-resux": "latest",
Expand Down
Loading

0 comments on commit a5c268a

Please sign in to comment.