Skip to content

Commit 8c23907

Browse files
Merge pull request #280 from remarkablemark/ci/size-limit
ci(size-limit): increase limit from 8 to 9.23 KB
2 parents 81f9a7c + 6f31921 commit 8c23907

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.size-limit.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[
22
{
33
"path": "dist/html-react-parser.min.js",
4-
"limit": "8 KB"
4+
"limit": "9.23 KB"
55
}
66
]

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"postpublish": "pinst --enable",
1717
"prepublishOnly": "pinst --disable && npm run lint && npm run lint:dts && npm run test:ci && npm run clean && npm run build",
1818
"release": "standard-version --no-verify",
19+
"size-limit": "size-limit",
1920
"test": "jest --coverage --testPathIgnorePatterns test/integration/",
2021
"test:ci": "npm test -- --ci",
2122
"test:module": "node --experimental-modules test/module/index.mjs",

0 commit comments

Comments
 (0)