@wooksjs/event-core 0.2.8 → 0.2.10

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 +6 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -9,4 +9,9 @@
9
9
  </a>
10
10
  </p>
11
11
 
12
- Core functionality of wooks context
12
+ Core functionality of wooks context
13
+
14
+
15
+ ## Documentation
16
+
17
+ To check out docs, visit [wooksjs.org](https://wooksjs.org/).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wooksjs/event-core",
3
- "version": "0.2.8",
3
+ "version": "0.2.10",
4
4
  "description": "@wooksjs/event-core",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",