From 122082bd47652264fd781a724d2567567fe58502 Mon Sep 17 00:00:00 2001 From: Yalda Date: Tue, 10 Oct 2023 14:08:31 +0800 Subject: [PATCH] feat(version):0.8.10 --- index.ts | 2 ++ package.json | 2 +- template-alpine-ts/sidepanel.html | 2 -- 3 files changed, 3 insertions(+), 3 deletions(-) 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