Skip to content

Commit

Permalink
main fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
gitdog01 committed Oct 31, 2023
1 parent 684bf14 commit f81b0f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@danmooozi/kimbap",
"version": "0.0.12",
"description": "JavaScript bundler",
"main": "index.js",
"main": "src/index.js",
"scripts": {
"test": "node --trace-warnings --experimental-vm-modules ./node_modules/.bin/jest",
"pub": "npm version patch && git push --follow-tags && npm publish"
Expand Down

0 comments on commit f81b0f9

Please sign in to comment.