Skip to content

Commit

Permalink
fix(core): rename exports from .es.js to .js (#987)
Browse files Browse the repository at this point in the history
fix: rename from .es.js to .js
  • Loading branch information
etowahadams committed Oct 27, 2023
1 parent 9b1e89b commit f97269a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"url": "https://github.com/gosling-lang/gosling.js"
},
"homepage": "https://gosling-lang.github.io/gosling.js/",
"main": "dist/gosling.es.js",
"module": "dist/gosling.es.js",
"main": "dist/gosling.js",
"module": "dist/gosling.js",
"types": "dist/src/index.d.ts",
"files": [
"dist"
Expand All @@ -18,7 +18,7 @@
"exports": {
".": {
"types": "./dist/src/index.d.ts",
"import": "./dist/gosling.es.js"
"import": "./dist/gosling.js"
}
},
"scripts": {
Expand Down

0 comments on commit f97269a

Please sign in to comment.