hermes-io 2.2.12 → 2.2.13

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 +1 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -10,8 +10,7 @@ A lightweight javascript library that allows communication between components by
10
10
  - [notify](#notify)
11
11
  - Devtools (TODO)
12
12
 
13
- [DevTools Preview](https://www.youtube.com/watch?v=OSL9ob56urw)
14
-
13
+ ![DevTools Preview](https://raw.githubusercontent.com/Maxtermax/hermes-io-devtools/master/demo.gif)
15
14
 
16
15
  # Installation
17
16
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hermes-io",
3
- "version": "2.2.12",
3
+ "version": "2.2.13",
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": {