@vlandoss/starter 0.0.7 → 0.0.8-git-9eaaf74.0

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
@@ -30,5 +30,5 @@ vland help
30
30
  To enable debug mode, set the `DEBUG` environment variable to `vland:*` before running *any* command.
31
31
 
32
32
  ```sh
33
- DEBUG=vland:* vland help
33
+ DEBUG=vland:* vland <command>
34
34
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vlandoss/starter",
3
- "version": "0.0.7",
3
+ "version": "0.0.8-git-9eaaf74.0",
4
4
  "description": "The CLI to init a new project in Variable Land",
5
5
  "homepage": "https://github.com/variableland/dx/tree/main/packages/starter#readme",
6
6
  "bugs": {
@@ -26,8 +26,8 @@
26
26
  "dependencies": {
27
27
  "commander": "13.1.0",
28
28
  "node-plop": "0.32.0",
29
- "@vlandoss/loggy": "0.0.3",
30
- "@vlandoss/clibuddy": "0.0.4"
29
+ "@vlandoss/clibuddy": "0.0.5-git-9eaaf74.0",
30
+ "@vlandoss/loggy": "0.0.4-git-9eaaf74.0"
31
31
  },
32
32
  "publishConfig": {
33
33
  "access": "public"