woops && bump version

This commit is contained in:
CoolElectronics 2024-01-30 10:47:44 -05:00
parent 4c0a89b462
commit f7bdf8dcfd
No known key found for this signature in database
GPG key ID: F63593D168636C50
2 changed files with 2 additions and 2 deletions

2
js.js
View file

@ -167,7 +167,7 @@ export function h(type, props, ...children) {
newthis.children = []; newthis.children = [];
for (const child of children) { for (const child of children) {
JSXAddChild(child, newthis.children.push.bind(slot)); JSXAddChild(child, newthis.children.push.bind(newthis.children));
} }
let elm = type.apply(newthis); let elm = type.apply(newthis);

View file

@ -1,6 +1,6 @@
{ {
"name": "@mercuryworkshop/alicejs", "name": "@mercuryworkshop/alicejs",
"version": "2.1.0", "version": "2.1.1",
"description": "A utilitarian HTML rendering library", "description": "A utilitarian HTML rendering library",
"scripts": { "scripts": {
"build": "esbuild --minify --bundle AliceJS.js --outfile=index.js && esbuild --minify --bundle css.js js.js html.js --outdir=dist/ && tsc", "build": "esbuild --minify --bundle AliceJS.js --outfile=index.js && esbuild --minify --bundle css.js js.js html.js --outdir=dist/ && tsc",