Skip to content

Commit b045d84

Browse files
Upgrade dominative
1 parent aef250c commit b045d84

File tree

3 files changed

+20
-20
lines changed

3 files changed

+20
-20
lines changed

package-lock.json

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dominative/solid",
3-
"version": "0.0.2-alpha.2",
3+
"version": "0.0.3-alpha.1",
44
"description": "Custom render and patches for SolidJS to work with DOMiNATIVE",
55
"main": "src/index.js",
66
"type": "module",
@@ -19,7 +19,7 @@
1919
"bugs": "https://github.com/SudoMaker/DOMiNATIVE-Solid/issues",
2020
"homepage": "https://github.com/SudoMaker/DOMiNATIVE-Solid",
2121
"peerDependencies": {
22-
"dominative": "^0.0.5-alpha.1",
22+
"dominative": "^0.0.7-alpha.2",
2323
"solid-js": "^1.5.7"
2424
},
2525
"publishConfig": {

src/dom.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { aliasTagName, register } from 'dominative'
1+
import { aliasTagName, globalRegister } from 'dominative'
22

3-
register(global)
3+
globalRegister(global)
44

55
aliasTagName(tag => tag.toLowerCase())

0 commit comments

Comments
 (0)