Skip to content

Commit 7e2b301

Browse files
author
taoqiufeng
committed
change package name
1 parent c23500f commit 7e2b301

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
11
{
2-
"name": "fast-html-parser",
2+
"name": "node-html-parser",
33
"version": "1.1.0",
44
"description": "A very fast HTML parser, generating a simplified DOM, with basic element query support.",
55
"main": "index.js",
66
"scripts": {
77
"test": "gulp && mocha",
88
"build": "gulp"
99
},
10+
"keywords": [
11+
"fast html parser nodejs typescript"
12+
],
1013
"author": "Xiaoyi Shi <[email protected]>",
14+
"contributors": [
15+
16+
],
1117
"license": "MIT",
1218
"dependencies": {
1319
"entities": "latest"
@@ -42,10 +48,10 @@
4248
},
4349
"repository": {
4450
"type": "git",
45-
"url": "https://github.com/ashi009/node-fast-html-parser.git"
51+
"url": "https://github.com/taoqf/node-fast-html-parser.git"
4652
},
4753
"bugs": {
48-
"url": "https://github.com/ashi009/node-fast-html-parser/issues"
54+
"url": "https://github.com/taoqf/node-fast-html-parser/issues"
4955
},
50-
"homepage": "https://github.com/ashi009/node-fast-html-parser"
56+
"homepage": "https://github.com/taoqf/node-fast-html-parser"
5157
}

0 commit comments

Comments
 (0)