@wooksjs/event-cli 0.3.2 → 0.3.4

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 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -43,4 +43,4 @@ app.run()
43
43
 
44
44
  ## Documentation
45
45
 
46
- To check out docs, visit [wooksjs.org](https://wooksjs.org/guide/cli/).
46
+ To check out docs, visit [wooksjs.org](https://wooksjs.org/cliapp/).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wooksjs/event-cli",
3
- "version": "0.3.2",
3
+ "version": "0.3.4",
4
4
  "description": "@wooksjs/event-cli",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",
@@ -31,8 +31,8 @@
31
31
  "url": "https://github.com/wooksjs/wooksjs/issues"
32
32
  },
33
33
  "peerDependencies": {
34
- "wooks": "0.3.2",
35
- "@wooksjs/event-core": "0.3.2"
34
+ "wooks": "0.3.4",
35
+ "@wooksjs/event-core": "0.3.4"
36
36
  },
37
37
  "dependencies": {
38
38
  "minimist": "^1.2.6",