Switch to nanohtml (#644)

This commit is contained in:
Renée Kooi
2018-04-04 12:28:49 +02:00
committed by GitHub
parent 4c6985c819
commit 4f50c0ae34
4 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -1,2 +1,2 @@
import * as bel from "bel"
export = bel
import * as nanohtml from "nanohtml"
export = nanohtml
+1 -1
View File
@@ -1 +1 @@
module.exports = require('bel')
module.exports = require('nanohtml')
+1 -1
View File
@@ -1 +1 @@
module.exports = require('bel/raw')
module.exports = require('nanohtml/raw')