Browse Source

CHORE: setting package type to module

dev-feat-module-bundler
chris 1 month ago
parent
commit
e7aa88489d
  1. 1
      package.json

1
package.json

@ -3,6 +3,7 @@
"version": "1.9.13.34", "version": "1.9.13.34",
"description": "Framework to build websites in a Jetpack Compose like manner, as well as an extensive use of method-chaingin.", "description": "Framework to build websites in a Jetpack Compose like manner, as well as an extensive use of method-chaingin.",
"main": "jpc-like-websites.js", "main": "jpc-like-websites.js",
"type": "module",
"exports": { "exports": {
"vanilla": "./jpc-like-websites.js", "vanilla": "./jpc-like-websites.js",
"module": "./jpc-like-websites.mjs" "module": "./jpc-like-websites.mjs"

Loading…
Cancel
Save