mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-13 06:19:33 -04:00
try different main / module setting + bump
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
{
|
||||
"name": "@strudel/web",
|
||||
"version": "1.0.2",
|
||||
"version": "1.0.3",
|
||||
"description": "Easy to setup, opiniated bundle of Strudel for the browser.",
|
||||
"main": "web.mjs",
|
||||
"module": "web.mjs",
|
||||
"publishConfig": {
|
||||
"main": "dist/index.mjs"
|
||||
"main": "dist/index.js",
|
||||
"module": "dist/index.mjs"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "vite build",
|
||||
|
||||
Reference in New Issue
Block a user