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.
2 parents 81f9a7c + 6f31921 commit 8c23907Copy full SHA for 8c23907
.size-limit.json
@@ -1,6 +1,6 @@
1
[
2
{
3
"path": "dist/html-react-parser.min.js",
4
- "limit": "8 KB"
+ "limit": "9.23 KB"
5
}
6
]
package.json
@@ -16,6 +16,7 @@
16
"postpublish": "pinst --enable",
17
"prepublishOnly": "pinst --disable && npm run lint && npm run lint:dts && npm run test:ci && npm run clean && npm run build",
18
"release": "standard-version --no-verify",
19
+ "size-limit": "size-limit",
20
"test": "jest --coverage --testPathIgnorePatterns test/integration/",
21
"test:ci": "npm test -- --ci",
22
"test:module": "node --experimental-modules test/module/index.mjs",
0 commit comments