@vlandoss/starter 0.1.0 → 0.1.1-git-f48b7a0.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 (3) hide show
  1. package/README.md +1 -1
  2. package/bin.ts +1 -1
  3. package/package.json +4 -5
package/README.md CHANGED
@@ -4,7 +4,7 @@ The CLI to init a new project in Variable Land 👊
4
4
 
5
5
  ## Prerequisites
6
6
 
7
- - Bun >= 1.2.4
7
+ - Node.js >= 24.0.0
8
8
 
9
9
  ## Installation
10
10
 
package/bin.ts CHANGED
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env bun
1
+ #!/usr/bin/env node
2
2
  import { dirname } from "node:path";
3
3
  import { fileURLToPath } from "node:url";
4
4
  import { main } from "./src/main";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vlandoss/starter",
3
- "version": "0.1.0",
3
+ "version": "0.1.1-git-f48b7a0.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": {
@@ -33,15 +33,14 @@
33
33
  "dependencies": {
34
34
  "commander": "14.0.3",
35
35
  "node-plop": "0.32.3",
36
- "@vlandoss/clibuddy": "0.1.0",
37
- "@vlandoss/loggy": "0.1.0"
36
+ "@vlandoss/loggy": "0.1.1-git-f48b7a0.0",
37
+ "@vlandoss/clibuddy": "0.1.1-git-f48b7a0.0"
38
38
  },
39
39
  "publishConfig": {
40
40
  "access": "public"
41
41
  },
42
42
  "engines": {
43
- "node": ">=20.0.0",
44
- "bun": ">=1.0.0"
43
+ "node": ">=20.0.0"
45
44
  },
46
45
  "devDependencies": {
47
46
  "@vlandoss/tsdown-config": "^0.0.1"