hermes-io 2.2.13 → 2.2.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -8,7 +8,7 @@ A lightweight javascript library that allows communication between components by
8
8
  - [Context](#context)
9
9
  - [useObserver](#useobserver-hook)
10
10
  - [notify](#notify)
11
- - Devtools (TODO)
11
+ - [Devtools](https://github.com/Maxtermax/hermes-io-devtools)
12
12
 
13
13
  ![DevTools Preview](https://raw.githubusercontent.com/Maxtermax/hermes-io-devtools/master/demo.gif)
14
14
 
@@ -205,6 +205,4 @@ export const Products = (props = {}) => {
205
205
  };
206
206
  ```
207
207
 
208
-
209
-
210
-
208
+ If you find me work helpful please consider support me at https://www.buymeacoffee.com/maxtermax, that encourage me to continue working on cool open source projects.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hermes-io",
3
- "version": "2.2.13",
3
+ "version": "2.2.15",
4
4
  "description": "A lightweight javascript library that allows communication between Reactjs components by using the observer pattern and the hook api",
5
5
  "main": "index.js",
6
6
  "scripts": {