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 bafd017 commit fecd5d0Copy full SHA for fecd5d0
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "html-react-parser",
3
"version": "0.8.0",
4
- "description": "An HTML to React parser.",
+ "description": "HTML to React parser.",
5
"author": "Mark <mark@remarkablemark.org>",
6
"main": "index.js",
7
"scripts": {
@@ -14,7 +14,7 @@
14
"lint": "eslint --ignore-path .gitignore .",
15
"lint:fix": "npm run lint -- --fix",
16
"dtslint": "dtslint .",
17
- "prepublishOnly": "npm run build",
+ "prepublishOnly": "npm run lint && npm run dtslint && npm test && npm run build",
18
"release": "standard-version --no-verify",
19
"test": "mocha",
20
"test:coverage": "nyc npm test",
0 commit comments