Skip to content

Commit

Permalink
Change package export path
Browse files Browse the repository at this point in the history
  • Loading branch information
puehringer committed Nov 3, 2023
1 parent 26621b8 commit bd07a55
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"homepage": "https://gosling-lang.github.io/gosling.js/",
"main": "dist/gosling.js",
"module": "dist/gosling.es.js",
"module": "dist/gosling.js",
"types": "dist/index.d.ts",
"files": [
"dist"
Expand All @@ -18,10 +18,9 @@
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/gosling.es.js",
"default": "./dist/gosling.es.js"
},
"./embed": "./dist/embed/index.js"
"import": "./dist/gosling.js",
"default": "./dist/gosling.js"
}
},
"scripts": {
"start": "vite --mode editor",
Expand Down

0 comments on commit bd07a55

Please sign in to comment.