Skip to content

Commit

Permalink
package.json: remove module because we don't distribute esm at this t…
Browse files Browse the repository at this point in the history
…ime (closes #6)

I don't think we ever did in the past either
  • Loading branch information
joshtynjala committed May 30, 2024
1 parent f0a1727 commit c2e382d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"bin": {
"openfljs": "bin/openfl.js"
},
"module": "lib-esm/openfl/index.js",
"types": "lib/openfl/index.d.ts",
"sideEffects": [
"./lib-esm/openfl/utils/AssetLibrary.js",
Expand Down

0 comments on commit c2e382d

Please sign in to comment.