diff --git a/html/index.d.ts b/html/index.d.ts
index fd11f05..03f5042 100644
--- a/html/index.d.ts
+++ b/html/index.d.ts
@@ -1,2 +1,2 @@
-import * as bel from "bel"
-export = bel
+import * as nanohtml from "nanohtml"
+export = nanohtml
diff --git a/html/index.js b/html/index.js
index e25543b..95dfe60 100644
--- a/html/index.js
+++ b/html/index.js
@@ -1 +1 @@
-module.exports = require('bel')
+module.exports = require('nanohtml')
diff --git a/html/raw.js b/html/raw.js
index 975455c..5de5b80 100644
--- a/html/raw.js
+++ b/html/raw.js
@@ -1 +1 @@
-module.exports = require('bel/raw')
+module.exports = require('nanohtml/raw')
diff --git a/package.json b/package.json
index c35802e..36cff79 100644
--- a/package.json
+++ b/package.json
@@ -33,11 +33,11 @@
],
"license": "MIT",
"dependencies": {
- "bel": "^5.1.3",
"document-ready": "^2.0.1",
"nanobus": "^4.2.0",
"nanocomponent": "^6.5.0",
"nanohref": "^3.0.0",
+ "nanohtml": "^1.1.0",
"nanolocation": "^1.0.0",
"nanolru": "^1.0.0",
"nanomorph": "^5.1.2",