Skip to content

Commit 371e897

Browse files
committed
1.2.2
1 parent 18c687d commit 371e897

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
node_modules
2+
dist
23
package-lock.json
34
tests/babel/fixtures/*.actual.js

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "nanohtml",
33
"description": "HTML template strings for the Browser with support for Server Side Rendering in Node.",
44
"repository": "choojs/nanohtml",
5-
"version": "1.2.1",
5+
"version": "1.2.2",
66
"main": "index.js",
77
"files": [
88
"index.js",

0 commit comments

Comments
 (0)