Skip to content

Commit bf42858

Browse files
committed
Changed package name
1 parent c7ba274 commit bf42858

File tree

2 files changed

+4498
-4340
lines changed

2 files changed

+4498
-4340
lines changed

package.json

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "node-html-parser",
2+
"name": "node-html-parser-hyperscript",
33
"version": "5.3.3",
44
"description": "A very fast HTML parser, generating a simplified DOM, with basic element query support.",
55
"main": "dist/index.js",
@@ -46,15 +46,17 @@
4646
"author": "Xiaoyi Shi <[email protected]>",
4747
"contributors": [
4848
"taoqf <[email protected]>",
49-
"Ron S. <[email protected]>"
49+
"Ron S. <[email protected]>",
50+
"Sean Schertell <[email protected]>"
5051
],
5152
"license": "MIT",
5253
"publishConfig": {
5354
"registry": "https://registry.npmjs.org"
5455
},
5556
"dependencies": {
5657
"css-select": "^4.2.1",
57-
"he": "1.2.0"
58+
"he": "1.2.0",
59+
"yarn": "^1.22.19"
5860
},
5961
"devDependencies": {
6062
"@types/entities": "latest",

0 commit comments

Comments
 (0)