Skip to content

Commit

Permalink
Correct entrypoint (#6)
Browse files Browse the repository at this point in the history
* chore: Update package.json

* 0.4.0

---------

Co-authored-by: Samuel Alarco <[email protected]>
  • Loading branch information
SamuelAl and Samuel Alarco authored May 8, 2024
1 parent 223ea41 commit 203fe72
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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,8 +1,8 @@
{
"name": "l402",
"version": "0.3.0",
"version": "0.4.0",
"description": "L402 client and tools for Javascript.",
"main": "index.js",
"main": "dist/index.js",
"scripts": {
"build": "rm -rf dist/ && tsc",
"start": "node dist/index.js",
Expand Down

0 comments on commit 203fe72

Please sign in to comment.