Skip to content

Commit

Permalink
Fix svelte export in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
michealparks committed Jun 18, 2024
1 parent 6031e35 commit 8ed379f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/fast-hotels-join.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'three-inspect': patch
---

Fix svelte export in package.json
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "three-inspect",
"version": "0.6.0",
"version": "0.5.1",
"type": "module",
"files": [
"dist",
Expand All @@ -10,8 +10,7 @@
"exports": {
".": {
"types": "./dist/index.d.ts",
"svelte": "./dist/index.js",
"import": "./dist/index.js"
"svelte": "./dist/index.js"
},
"./vanilla": {
"types": "./dist/inspector.d.ts",
Expand Down

0 comments on commit 8ed379f

Please sign in to comment.