fix: update version to 1.1.2 and change main entry point to dist/index.jsx in package.json and package-lock.json

This commit is contained in:
Chipperfluff 2025-07-19 23:30:21 +02:00
parent bb26d5c255
commit 2c2db8edaf
2 changed files with 5 additions and 5 deletions

View File

@ -1,12 +1,12 @@
{
"name": "@funky-flask-test/funky-flask-test",
"version": "1.1.1",
"version": "1.1.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@funky-flask-test/funky-flask-test",
"version": "1.1.1",
"version": "1.1.2",
"dependencies": {
"nano-jsx": "^0.1.0"
},

View File

@ -1,11 +1,11 @@
{
"name": "@funky-flask-test/funky-flask-test",
"version": "1.1.1",
"version": "1.1.2",
"type": "module",
"main": "./dist/index.js",
"main": "./dist/index.jsx",
"exports": {
".": {
"import": "./dist/index.js",
"import": "./dist/index.jsx",
"types": "./dist/index.d.ts"
}
},