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",