tigma 1.0.0 → 1.0.1

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/index.js +1 -0
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -1,3 +1,4 @@
1
+ #!/usr/bin/env node
1
2
  // node_modules/@opentui/core/index-rysm4rsr.js
2
3
  import { Buffer as Buffer2 } from "buffer";
3
4
  import { EventEmitter } from "events";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tigma",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "A terminal-based design tool",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -12,7 +12,7 @@
12
12
  "dist"
13
13
  ],
14
14
  "scripts": {
15
- "build": "bun build ./index.ts --outdir ./dist --target node",
15
+ "build": "bun build ./index.ts --outdir ./dist --target node && echo '#!/usr/bin/env node' | cat - ./dist/index.js > ./dist/temp && mv ./dist/temp ./dist/index.js",
16
16
  "prepublishOnly": "bun run build"
17
17
  },
18
18
  "keywords": [