Skip to content

Commit

Permalink
v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Feb 3, 2024
1 parent aea80da commit 1abbeea
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
11 changes: 7 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
{
"name": "exweb",
"version": "0.0.1",
"version": "0.0.2",
"description": "Command line tool to run JavaScript, TypeScript or HTML files in the browser.",
"exports": "./dist/index.js",
"type": "module",
"bin": {
"exweb": "./dist/index.js"
},
"scripts": {
"test": "vitest --run",
"watch": "tsc -w"
Expand Down

0 comments on commit 1abbeea

Please sign in to comment.