From a4fa19dfcc72a5ed4498107177be77a74fae003a Mon Sep 17 00:00:00 2001 From: Atila Fassina Date: Wed, 2 Oct 2024 16:51:48 +0200 Subject: [PATCH] oops... hashbang --- package.json | 2 +- src/run.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3695e60..bedab46 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-quantum", - "version": "0.0.3", + "version": "0.0.6", "type": "module", "main": "./lib/index.js", "license": "MIT", diff --git a/src/run.ts b/src/run.ts index f4c128f..a34a446 100644 --- a/src/run.ts +++ b/src/run.ts @@ -1,4 +1,4 @@ -// #!/usr/bin/env node +#!/usr/bin/env node import path from "path"; import { readFile } from "node:fs/promises";