Skip to content

Commit

Permalink
Remove size-limit
Browse files Browse the repository at this point in the history
  • Loading branch information
karlhorky committed Oct 13, 2024
1 parent 2adf96b commit 5012671
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 108 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/package-size.yml

This file was deleted.

6 changes: 0 additions & 6 deletions .size-limit.json

This file was deleted.

3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"docker-build-ts": "tsc --project docker/tsconfig.build.json",
"docker-run": "docker run preflight",
"lint": "eslint . --max-warnings 0",
"size": "size-limit",
"start": "tsx watch ./src/index.ts",
"test": "vitest run",
"test-local": "rm -rf ./__tests__/fixtures/__temp && pnpm test"
Expand All @@ -46,15 +45,13 @@
"tsx": "4.19.1"
},
"devDependencies": {
"@size-limit/file": "11.1.6",
"@types/node": "22.7.5",
"@types/p-map": "2.0.0",
"@types/semver": "7.5.8",
"eslint": "9.12.0",
"eslint-config-upleveled": "8.8.0",
"p-map": "7.0.2",
"prettier": "3.3.3",
"size-limit": "11.1.6",
"stylelint": "16.9.0",
"tslib": "2.7.0",
"typescript": "5.6.3",
Expand Down
82 changes: 2 additions & 80 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5012671

Please sign in to comment.