We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5971228 commit d489a4eCopy full SHA for d489a4e
package.json
@@ -27,11 +27,11 @@
27
"url": "https://github.com/remarkablemark/html-react-parser/issues"
28
},
29
"keywords": [
30
+ "html-react-parser",
31
"html",
- "dom",
32
"react",
33
"parser",
34
- "converter"
+ "dom"
35
],
36
"dependencies": {
37
"@types/domhandler": "2.4.1",
@@ -65,8 +65,8 @@
65
"react": "^0.14 || ^15 || ^16"
66
67
"files": [
68
- "dist",
69
- "lib",
+ "/dist",
+ "/lib",
70
"index.d.ts"
71
72
"license": "MIT"
0 commit comments