Skip to content

Commit

Permalink
Switch to nanohtml
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Mar 14, 2018
1 parent 357d508 commit 2d941d3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions html/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
import * as bel from "bel"
export = bel
import * as nanohtml from "nanohtml"
export = nanohtml
2 changes: 1 addition & 1 deletion html/index.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = require('bel')
module.exports = require('nanohtml')
2 changes: 1 addition & 1 deletion html/raw.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = require('bel/raw')
module.exports = require('nanohtml/raw')
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
],
"license": "MIT",
"dependencies": {
"bel": "^5.1.3",
"document-ready": "^2.0.1",
"nanobus": "^4.2.0",
"nanohref": "^3.0.0",
"nanohtml": "^1.1.0",
"nanolocation": "^1.0.0",
"nanomorph": "^5.1.2",
"nanoquery": "^1.1.0",
Expand Down

0 comments on commit 2d941d3

Please sign in to comment.