From c55749575516354ec04c4cae3572441681c2c3eb Mon Sep 17 00:00:00 2001 From: taoqiufeng Date: Fri, 16 Jun 2017 10:21:20 +0800 Subject: [PATCH] v1.0.2 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c80376a..29776bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fast-html-parser", - "version": "1.1.4", + "version": "1.0.2", "description": "A very fast HTML parser, generating a simplified DOM, with basic element query support.", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -57,4 +57,4 @@ "url": "https://github.com/ashi009/node-fast-html-parser/issues" }, "homepage": "https://github.com/ashi009/node-fast-html-parser" -} \ No newline at end of file +}