Switch to nanohtml (#644)
This commit is contained in:
Vendored
+2
-2
@@ -1,2 +1,2 @@
|
|||||||
import * as bel from "bel"
|
import * as nanohtml from "nanohtml"
|
||||||
export = bel
|
export = nanohtml
|
||||||
|
|||||||
+1
-1
@@ -1 +1 @@
|
|||||||
module.exports = require('bel')
|
module.exports = require('nanohtml')
|
||||||
|
|||||||
+1
-1
@@ -1 +1 @@
|
|||||||
module.exports = require('bel/raw')
|
module.exports = require('nanohtml/raw')
|
||||||
|
|||||||
+1
-1
@@ -33,11 +33,11 @@
|
|||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bel": "^5.1.3",
|
|
||||||
"document-ready": "^2.0.1",
|
"document-ready": "^2.0.1",
|
||||||
"nanobus": "^4.2.0",
|
"nanobus": "^4.2.0",
|
||||||
"nanocomponent": "^6.5.0",
|
"nanocomponent": "^6.5.0",
|
||||||
"nanohref": "^3.0.0",
|
"nanohref": "^3.0.0",
|
||||||
|
"nanohtml": "^1.1.0",
|
||||||
"nanolocation": "^1.0.0",
|
"nanolocation": "^1.0.0",
|
||||||
"nanolru": "^1.0.0",
|
"nanolru": "^1.0.0",
|
||||||
"nanomorph": "^5.1.2",
|
"nanomorph": "^5.1.2",
|
||||||
|
|||||||
Reference in New Issue
Block a user