mirror of
https://github.com/danbulant/node-html-parser
synced 2026-05-19 04:18:52 +00:00
add types
This commit is contained in:
parent
d1d20a7ed1
commit
3ccba85a6a
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@
|
|||
"version": "1.1.1",
|
||||
"description": "A very fast HTML parser, generating a simplified DOM, with basic element query support.",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
"scripts": {
|
||||
"test": "mocha",
|
||||
"build": "gulp",
|
||||
|
|
|
|||
Loading…
Reference in a new issue