Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vaaski committed Jul 19, 2024
1 parent e663eb1 commit d47de13
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,14 @@
"module": "src/index.ts",
"type": "module",
"bin": "dist/index.js",
"version": "0.1.0",
"version": "0.2.0",
"description": "Quickly create a local development environment for your TypeScript project.",
"author": "vaaski <[email protected]>",
"license": "MIT",
"files": ["dist", "templates"],
"files": [
"dist",
"templates"
],
"scripts": {
"start": "bun run src/index.ts",
"dev": "bun run --watch src/index.ts",
Expand Down

0 comments on commit d47de13

Please sign in to comment.