Skip to content

Commit

Permalink
Merge pull request #70 from dvisionlab/fixNpm
Browse files Browse the repository at this point in the history
fix entry point
  • Loading branch information
ronzim authored Mar 17, 2022
2 parents fcf509d + 09a54f2 commit bf16a87
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": "diglettk",
"version": "1.0.0",
"description": "A medical imaging toolkit, built on top of vtk.js",
"main": "index.js",
"main": "src/index.js",
"scripts": {
"dev": "webpack --progress --color --mode development",
"build": "webpack --progress --color --mode production",
Expand Down

0 comments on commit bf16a87

Please sign in to comment.