Skip to content

Commit

Permalink
fix(size-limit): remove size limit because its useless
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexangelj committed Dec 1, 2021
1 parent 5f51248 commit cbe40e9
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 2,274 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/size.yml

This file was deleted.

16 changes: 1 addition & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@
"build": "tsdx build",
"test": "tsdx test",
"lint": "tsdx lint",
"prepare": "tsdx build",
"size": "size-limit",
"analyze": "size-limit --why"
"prepare": "tsdx build"
},
"husky": {
"hooks": {
Expand All @@ -46,21 +44,9 @@
"singleQuote": true,
"trailingComma": "es5"
},
"size-limit": [
{
"path": "dist/src.cjs.production.min.js",
"limit": "20 KB"
},
{
"path": "dist/src.esm.js",
"limit": "20 KB"
}
],
"peerDependencies": {},
"devDependencies": {
"@size-limit/preset-small-lib": "^5.0.1",
"husky": "^7.0.1",
"size-limit": "^5.0.1",
"tsdx": "^0.14.1",
"tslib": "^2.3.0",
"typescript": "^4.3.5"
Expand Down
Loading

0 comments on commit cbe40e9

Please sign in to comment.