Browse Source

CHORE: extend npm module with exports attemt to include module variant

dev-feat-component_preview v1.5.8.29
chris 2 months ago
parent
commit
467fca6adf
  1. 6
      package.json

6
package.json

@ -3,6 +3,10 @@
"version": "1.0.0",
"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",
"exports": {
"vanilla": "./jpc-like-websites.js",
"module": "./jpc-like-websites.mjs"
},
"files": [
"/src"
],
@ -14,4 +18,4 @@
},
"author": "cm",
"license": "ISC"
}
}
Loading…
Cancel
Save