diff --git a/index.ts b/index.ts index 624fff8..a0837c4 100644 --- a/index.ts +++ b/index.ts @@ -1,3 +1,5 @@ +#!/usr/bin/env node + import * as fs from 'node:fs' import * as path from 'node:path' import * as process from 'node:process' diff --git a/package.json b/package.json index 454a142..623e15b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-chrome-ext", - "version": "0.8.9", + "version": "0.8.10", "type": "module", "description": "Scaffolding your chrome extension, multiple boilerplates supported!", "author": "yalda", diff --git a/template-alpine-ts/sidepanel.html b/template-alpine-ts/sidepanel.html index 9656e11..e06850d 100644 --- a/template-alpine-ts/sidepanel.html +++ b/template-alpine-ts/sidepanel.html @@ -10,8 +10,6 @@

Side Panel Page!

-
Username:
-
v 0.0.0