Skip to content

Commit

Permalink
v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Feb 3, 2024
1 parent 1abbeea commit 46e857a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
File renamed without changes.
6 changes: 3 additions & 3 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "exweb",
"version": "0.0.2",
"version": "0.0.3",
"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"
"exweb": "./bin/exweb.js"
},
"scripts": {
"test": "vitest --run",
Expand Down

0 comments on commit 46e857a

Please sign in to comment.