From 1bbf8fc05b719e94705328e8d9013f0d700f9955 Mon Sep 17 00:00:00 2001 From: taoqiufeng Date: Fri, 16 Jun 2017 10:13:40 +0800 Subject: [PATCH] change package name back --- README.md | 4 ++-- package.json | 8 ++++---- tsconfig.json | 1 - 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 836db5c..2dc7bd9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Fast HTML Parser [![NPM version](https://badge.fury.io/js/node-html-parser.png)](http://badge.fury.io/js/node-html-parser) [![Build Status](https://travis-ci.org/taoqf/node-fast-html-parser.svg?branch=master)](https://travis-ci.org/taoqf/node-fast-html-parser) +# Fast HTML Parser [![NPM version](https://badge.fury.io/js/fast-html-parser.png)](http://badge.fury.io/js/fast-html-parser) [![Build Status](https://travis-ci.org/ashi009/node-fast-html-parser.svg?branch=master)](https://travis-ci.org/ashi009/node-fast-html-parser) Fast HTML Parser is a _very fast_ HTML parser. Which will generate a simplified DOM tree, with basic element query support. @@ -11,7 +11,7 @@ no closing `
  • `, `` etc). ## Install ```shell -npm install --save node-html-parser +npm install --save fast-html-parser ``` ## Performance diff --git a/package.json b/package.json index e8417fd..c80376a 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "node-html-parser", + "name": "fast-html-parser", "version": "1.1.4", "description": "A very fast HTML parser, generating a simplified DOM, with basic element query support.", "main": "dist/index.js", @@ -51,10 +51,10 @@ }, "repository": { "type": "git", - "url": "https://github.com/taoqf/node-fast-html-parser.git" + "url": "https://github.com/ashi009/node-fast-html-parser.git" }, "bugs": { - "url": "https://github.com/taoqf/node-fast-html-parser/issues" + "url": "https://github.com/ashi009/node-fast-html-parser/issues" }, - "homepage": "https://github.com/taoqf/node-fast-html-parser" + "homepage": "https://github.com/ashi009/node-fast-html-parser" } \ No newline at end of file diff --git a/tsconfig.json b/tsconfig.json index 337d9d9..7798708 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -26,7 +26,6 @@ "baseUrl": "", "charset": "utf8", "declaration": true, - // "declarationDir": "./dts/", "inlineSourceMap": false, "allowSyntheticDefaultImports": false, "diagnostics": false,