refactor: rename main entrypoint from main to index

This commit is contained in:
Alfi Maulana 2023-12-14 18:12:54 +07:00
parent 2acca605c4
commit 532e8bf45f
No known key found for this signature in database
GPG Key ID: 2242A64C2A8DF5A4
3 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
"private": true,
"type": "module",
"scripts": {
"build": "tsc && ncc build src/main.mjs -o dist",
"build": "tsc && ncc build src/index.mjs -o dist",
"format": "prettier --write . !dist !README.md",
"lint": "eslint --ignore-path .gitignore .",
"test": "tsc && jest"