@oh-my-pi/cli 1.3.374 → 1.3.375

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/dist/cli.d.ts +1 -0
  2. package/package.json +2 -2
package/dist/cli.d.ts CHANGED
@@ -1,2 +1,3 @@
1
+ #!/usr/bin/env node
1
2
  export {};
2
3
  //# sourceMappingURL=cli.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oh-my-pi/cli",
3
- "version": "1.3.374",
3
+ "version": "1.3.375",
4
4
  "description": "Plugin manager for pi - install and manage pi config plugins from git repos",
5
5
  "type": "module",
6
6
  "main": "./dist/cli.js",
@@ -13,7 +13,7 @@
13
13
  "README.md"
14
14
  ],
15
15
  "scripts": {
16
- "build": "bun build src/cli.ts --outdir dist --target node --banner '#!/usr/bin/env node' && tsc --emitDeclarationOnly",
16
+ "build": "bun build src/cli.ts --outdir dist --target node && tsc --emitDeclarationOnly",
17
17
  "dev": "bun --watch src/cli.ts",
18
18
  "lint": "biome check --write .",
19
19
  "format": "prettier --write \"**/*.md\" && biome check --write .",