We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18c687d commit 371e897Copy full SHA for 371e897
.gitignore
@@ -1,3 +1,4 @@
1
node_modules
2
+dist
3
package-lock.json
4
tests/babel/fixtures/*.actual.js
package.json
@@ -2,7 +2,7 @@
"name": "nanohtml",
"description": "HTML template strings for the Browser with support for Server Side Rendering in Node.",
"repository": "choojs/nanohtml",
5
- "version": "1.2.1",
+ "version": "1.2.2",
6
"main": "index.js",
7
"files": [
8
"index.js",
0 commit comments