Update dist files to correct locations

This commit is contained in:
Jon Staab
2025-04-02 11:42:10 -07:00
parent 895ea2bd49
commit 13818e5c80
9 changed files with 21 additions and 20 deletions
+2 -2
View File
@@ -7,8 +7,8 @@
"publishConfig": {
"access": "public"
},
"main": "dist/index",
"types": "dist/index",
"main": "dist/dvm/src/index",
"types": "dist/dvm/src/index",
"files": [
"dist"
],