Skip to content

Commit 48bc16d

Browse files
author
Pavel Ivanoff
committed
chore: update version
1 parent 60fb8a8 commit 48bc16d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
Since the appearance of hooks in React, many packages have been published for various purposes, and in a reason to not pull many new small dependencies, most of them are combined in this package through re-export.
1111

12-
This package proxies dependencies and does not need to be compiled. It't built upon ES Modules for `webpack` and `rollup` support and tree-shaking.
12+
This package proxies dependencies and does not need to be compiled. It's built upon ES6 Modules for `webpack` and `rollup` and tree-shaking support.
1313

1414
A bundle size is optimized by bundler when used with ESM modules, so keep calm and feel free to use the package.
1515

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-hooky",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "React.js hooks collection all-in-one",
55
"main": "index.js",
66
"module": "index.js",

0 commit comments

Comments
 (0)