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" import * as nanohtml from "nanohtml"
export = bel 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')
+1 -1
View File
@@ -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",