Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
bySabi committed Apr 5, 2019
1 parent f1db1d5 commit 0e85436
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ The `Hookleton` library includes only the minimum core code needed to maintain s

> We recommend always take a look first to [Hookleton](https://github.com/bySabi/hookleton) package
## Benefits
- Zero dependencies (only Hookleton that depends on React Hook)
- Small size
- Works in any environment that supports React Hook: _React Native_, _React Server-Side Rendering ([next.js](https://github.com/zeit/next.js/))_, _[Proto Native](https://github.com/kusti8/proton-native)_, ...


## Install

- NPM: `npm i garfio`
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": "garfio",
"version": "0.1.2",
"version": "0.1.3",
"description": "extending Hookleton Pattern namespaces and more",
"main": "lib/index.js",
"react-native": "lib/index.js",
Expand Down

0 comments on commit 0e85436

Please sign in to comment.