hermes-io 2.2.39 → 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.
Files changed (2) hide show
  1. package/README.md +8 -7
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,8 +1,11 @@
1
1
  # hermes-io ⚡
2
- A lightweight javascript library that allows communication between components by using the observer pattern and the hook api.
2
+ A lightweight React library that allows communication between components by using the observer pattern and the hook api.
3
3
 
4
- ## Usage:
5
- https://github.com/Maxtermax/hermes-io#useobserver-hook
4
+ ```
5
+ npm i hermes-io --save
6
+ ```
7
+
8
+ Check the documentation: [here](https://hermes-io-docs.vercel.app/)
6
9
 
7
10
  # Hermes-io CLI
8
11
  This CLI is the official scaffolding generator for [hermes-io](https://www.npmjs.com/package/hermes-io#get-started), its generates a simple folder structure that guaranty separation of concerns encompassing pivotal elements such as: [contexts](https://github.com/Maxtermax/hermes-io#context), [hooks](https://github.com/Maxtermax/hermes-io#useobserver-hook) and [observers](https://github.com/Maxtermax/hermes-io#observer).
@@ -10,16 +13,14 @@ This CLI is the official scaffolding generator for [hermes-io](https://www.npmjs
10
13
  ```
11
14
  npm i hermes-io-cli -g
12
15
  ```
13
- Check the documentation: [here](https://www.npmjs.com/package/hermes-io-cli)
16
+
17
+ Check the documentation: [here](https://hermes-io-docs.vercel.app/docs/basics/Toolkit#usage)
14
18
 
15
19
  ## Chrome extension
16
20
  Install from chrome web store [here](https://chrome.google.com/webstore/detail/hermes-io/pjdkgcpikfmkncldipldmimanfkpeedm?hl=en)
17
21
 
18
22
  ![chrome extension](https://raw.githubusercontent.com/Maxtermax/hermes-io-devtools/master/demo.gif)
19
23
 
20
- ## Documentation:
21
- https://github.com/Maxtermax/hermes-io#readme
22
-
23
24
  ## Contributing:
24
25
  Feel free to open a PR explaining your changes, this library is open to suggestions and improvements.
25
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hermes-io",
3
- "version": "2.2.39",
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",