Skip to content

Commit 4a50638

Browse files
committed
Added theming
1 parent 35b0e18 commit 4a50638

File tree

3 files changed

+3
-196
lines changed

3 files changed

+3
-196
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "js-element",
3-
"version": "0.0.221",
3+
"version": "0.0.222",
44
"description": "",
55
"license": "LGPL-3.0",
66
"main": "./index.js",
@@ -128,7 +128,7 @@
128128
}
129129
},
130130
"./package.json": "./package.json",
131-
"./": "./"
131+
"./": "./*"
132132
},
133133
"files": [
134134
"index.js",

src/main/js-element.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ function elem<E extends Component>(params: any) {
9393

9494
if (params.ctx) {
9595
const ctx = params.ctx
96-
console.log(params)
96+
9797
params = {
9898
tag: params.tag,
9999
impl: {

src/test/superfine.test.ts

Lines changed: 0 additions & 193 deletions
This file was deleted.

0 commit comments

Comments
 (0)