@h3ravel/musket 0.2.1 → 0.2.2

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 +1 -1
package/README.md CHANGED
@@ -109,7 +109,7 @@ await Kernel.init(app);
109
109
  // OR
110
110
 
111
111
  await Kernel.init(app, {
112
- baseCommands: [BuildCommand],
112
+ baseCommands: [GreetCommand, BuildCommand],
113
113
  });
114
114
  ```
115
115
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@h3ravel/musket",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "Musket CLI is a framework-agnostic CLI framework designed to allow you build artisan-like CLI apps and for use in the H3ravel framework.",
5
5
  "type": "module",
6
6
  "exports": {