diff --git a/.gitignore b/.gitignore index ed236c6..d308fcd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ node_modules +dist package-lock.json tests/babel/fixtures/*.actual.js diff --git a/package.json b/package.json index fbe29e2..914f1a3 100644 --- a/package.json +++ b/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", - "version": "1.2.1", + "version": "1.2.2", "main": "index.js", "files": [ "index.js",