Skip to content

Commit

Permalink
chore: update entrypoints
Browse files Browse the repository at this point in the history
  • Loading branch information
imconnorngl committed Nov 30, 2024
1 parent 5a39807 commit b7f5ab0
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions clean-package.config.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,6 @@
{
"replace": {
"main": "./dist/molang.umd.js",
"module": "./dist/molang.es.js",
"types": "./dist/main.d.ts",
"exports": {
".": {
"types": "./dist/main.d.ts",
"import": "./dist/molang.es.js",
"require": "./dist/molang.umd.js"
}
},
"typesVersions": {
"*": {
"*": ["./dist/*", "./dist/main.d.ts"]
}
}
"main": "./dist/index.js",
"types": "./dist/index.d.ts"
}
}

0 comments on commit b7f5ab0

Please sign in to comment.