Skip to content

Commit

Permalink
fix: add subpath export for textures
Browse files Browse the repository at this point in the history
  • Loading branch information
usefulthink committed Feb 16, 2024
1 parent 48ca085 commit 48671db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"./worker": {
"default": "./dist/tile-selector-worker.js",
"types": "./dist/types/tile-selector/tile-selector-worker.d.ts"
}
},
"./textures/": "./dist/textures/"
},
"files": [
"./src",
Expand Down

0 comments on commit 48671db

Please sign in to comment.