Skip to content

Commit

Permalink
fix: export index.production.min.js (#518)
Browse files Browse the repository at this point in the history
  • Loading branch information
onriv authored Oct 15, 2024
1 parent 4f2a86e commit 4fa4093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lean4-infoview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test": "tsc -p test/tsconfig.json"
},
"exports": {
".": "./dist/index.development.js",
".": "./dist/index.production.min.js",
"./loader": "./dist/loader.production.min.js",
"./package.json": "./package.json"
},
Expand Down

0 comments on commit 4fa4093

Please sign in to comment.