hermes-io 2.2.41 → 2.2.42
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.
- package/README.md +0 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -21,9 +21,6 @@ Install from chrome web store [here](https://chrome.google.com/webstore/detail/h
|
|
|
21
21
|
|
|
22
22
|

|
|
23
23
|
|
|
24
|
-
## Documentation:
|
|
25
|
-
https://github.com/Maxtermax/hermes-io#readme
|
|
26
|
-
|
|
27
24
|
## Contributing:
|
|
28
25
|
Feel free to open a PR explaining your changes, this library is open to suggestions and improvements.
|
|
29
26
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "hermes-io",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.42",
|
|
4
4
|
"description": "A lightweight React library that allows communication between Reactjs components by using the observer pattern and the hook api",
|
|
5
5
|
"main": "./lib/index.js",
|
|
6
6
|
"module": "./lib/index.js",
|