Skip to content

Commit 76eb94a

Browse files
author
taoqiufeng
committed
change name to node-html-parser again
1 parent 90b7d1a commit 76eb94a

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 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)
1+
# 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)
22

33
Fast HTML Parser is a _very fast_ HTML parser. Which will generate a simplified
44
DOM tree, with basic element query support.
@@ -11,7 +11,7 @@ no closing `<li>`, `<td>` etc).
1111
## Install
1212

1313
```shell
14-
npm install --save fast-html-parser
14+
npm install --save node-html-parser
1515
```
1616

1717
## Performance

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "fast-html-parser",
3-
"version": "1.0.2",
2+
"name": "node-html-parser",
3+
"version": "1.1.4",
44
"description": "A very fast HTML parser, generating a simplified DOM, with basic element query support.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -52,10 +52,10 @@
5252
},
5353
"repository": {
5454
"type": "git",
55-
"url": "https://github.com/ashi009/node-fast-html-parser.git"
55+
"url": "https://github.com/taoqf/node-fast-html-parser.git"
5656
},
5757
"bugs": {
58-
"url": "https://github.com/ashi009/node-fast-html-parser/issues"
58+
"url": "https://github.com/taoqf/node-fast-html-parser/issues"
5959
},
60-
"homepage": "https://github.com/ashi009/node-fast-html-parser"
60+
"homepage": "https://github.com/taoqf/node-fast-html-parser"
6161
}

0 commit comments

Comments
 (0)