create-tnt-stack 0.1.1 → 0.1.3

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 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- #!/user/bin/env node
1
+ #!/usr/bin/env node
2
2
  import we from"path";import{execa as Qe}from"execa";import ke from"fs-extra";import*as p from"@clack/prompts";import{Command as De}from"commander";import B from"path";import{fileURLToPath as Ae}from"url";var Ie=Ae(import.meta.url),Se=B.dirname(Ie),u=B.join(Se,"../"),F=` ___ ___ ___ _ _____ ___ _____ _ _ _____ ___ _____ _ ___ _ __
3
3
  / __| _ \\ __| /_\\_ _| __| |_ _| \\| |_ _| / __|_ _/_\\ / __| |/ /
4
4
  | (__| / _| / _ \\| | | _| | | | .\` | | | \\__ \\ | |/ _ \\ (__| ' <
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-tnt-stack",
3
- "version": "0.1.1",
3
+ "version": "0.1.3",
4
4
  "description": "Create web application with the TNT-Powered stack",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -18,7 +18,7 @@
18
18
  "type": "module",
19
19
  "exports": "./dist/index.js",
20
20
  "bin": {
21
- "create-tnt-stack": "./dist/index.js"
21
+ "create-tnt-stack": "dist/index.js"
22
22
  },
23
23
  "files": [
24
24
  "dist",