Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "html2json", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "html to json & json to html", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -122,2 +122,4 @@ # html2json & json2html | ||
- 1.0.2 | ||
- fix [#16](https://github.com/Jxck/html2json/issues/16) with merge [#17](https://github.com/Jxck/html2json/issues/17) | ||
- 1.0.1 | ||
@@ -124,0 +126,0 @@ - fix [#14](https://github.com/Jxck/html2json/issues/14) |
@@ -5,3 +5,3 @@ (function(global) { | ||
if (typeof window === 'undefined') { | ||
if (typeof module === 'object' && typeof module.exports === 'object') { | ||
require('../lib/Pure-JavaScript-HTML5-Parser/htmlparser.js'); | ||
@@ -8,0 +8,0 @@ } |
39322
136