bisync-cli 0.0.1 → 0.0.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.
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "bisync-cli",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "bin": {
5
- "bisync": "dist/bisync"
5
+ "bisync": "dist/bisync.js"
6
6
  },
7
7
  "type": "module",
8
8
  "scripts": {
9
9
  "dev": "bun run dev",
10
- "build": "bun build src/bin.ts --compile --bytecode --minify --outfile dist/bisync"
10
+ "build": "bun build src/bin.ts --outfile dist/bisync.js"
11
11
  },
12
12
  "devDependencies": {
13
13
  "@types/bun": "^1.3.5"
package/src/bin.ts CHANGED
@@ -442,4 +442,4 @@ const main = async () => {
442
442
  }
443
443
  };
444
444
 
445
- main();
445
+ void main();
package/dist/bisync DELETED
Binary file