Skip to content

Commit

Permalink
change main entry point to bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
doneill committed Apr 22, 2024
1 parent 0b68929 commit 779f5c9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
"version": "1.0.0",
"type": "module",
"description": "Converts JTD into JSON Schema ",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"main": "./dist/bundle.js",
"scripts": {
"preinstall": "git config core.hooksPath .githooks",
"build": "npx webpack",
Expand Down

0 comments on commit 779f5c9

Please sign in to comment.