Skip to content

Commit 1bbf8fc

Browse files
author
taoqiufeng
committed
change package name back
1 parent cb8acf5 commit 1bbf8fc

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-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/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)
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)
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 node-html-parser
14+
npm install --save fast-html-parser
1515
```
1616

1717
## Performance

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "node-html-parser",
2+
"name": "fast-html-parser",
33
"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",
@@ -51,10 +51,10 @@
5151
},
5252
"repository": {
5353
"type": "git",
54-
"url": "https://github.com/taoqf/node-fast-html-parser.git"
54+
"url": "https://github.com/ashi009/node-fast-html-parser.git"
5555
},
5656
"bugs": {
57-
"url": "https://github.com/taoqf/node-fast-html-parser/issues"
57+
"url": "https://github.com/ashi009/node-fast-html-parser/issues"
5858
},
59-
"homepage": "https://github.com/taoqf/node-fast-html-parser"
59+
"homepage": "https://github.com/ashi009/node-fast-html-parser"
6060
}

tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
"baseUrl": "",
2727
"charset": "utf8",
2828
"declaration": true,
29-
// "declarationDir": "./dts/",
3029
"inlineSourceMap": false,
3130
"allowSyntheticDefaultImports": false,
3231
"diagnostics": false,

0 commit comments

Comments
 (0)