From 5c467f57557f0e4455a4600fb66b21e9a65cceab Mon Sep 17 00:00:00 2001 From: Oskar Sommer Date: Fri, 19 Jul 2024 13:29:13 +0200 Subject: [PATCH] 0.3.0 --- package.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 91aa92f..bd1277f 100644 --- a/package.json +++ b/package.json @@ -3,12 +3,15 @@ "module": "src/index.ts", "type": "module", "bin": "dist/index.js", - "version": "0.2.0", + "version": "0.3.0", "description": "Quickly create a local development environment for your TypeScript project.", "author": "vaaski ", "repository": "https://github.com/vaaski/localpen", "license": "MIT", - "files": ["dist", "templates"], + "files": [ + "dist", + "templates" + ], "scripts": { "start": "bun run src/index.ts", "dev": "bun run --watch src/index.ts",