Skip to content

Commit

Permalink
chore: remove size limit
Browse files Browse the repository at this point in the history
  • Loading branch information
nimaa77 committed Apr 20, 2023
1 parent bd01cd8 commit 6c566ee
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions packages/after.js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"serialize-javascript": ">=3.0.0"
},
"devDependencies": {
"@size-limit/preset-small-lib": "^6.0.4",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@types/express": "^4.17.3",
Expand All @@ -51,34 +50,17 @@
"eslint-plugin-testing-library": "^5.10.3",
"express": "^4.17.1",
"happy-dom": "^9.8.4",
"husky": "^7.0.4",
"razzle-dev-utils": "^3.1.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.0.0",
"react-router-dom": "^5.1.2",
"serialize-javascript": "^3.0.0",
"size-limit": "^6.0.4",
"tsup": "^6.7.0",
"typescript": "^4.4.4",
"vitest": "^0.30.1"
},
"dependencies": {
"babel-plugin-after": "^3.2.0"
},
"husky": {
"hooks": {
"pre-commit": "tsdx lint"
}
},
"size-limit": [
{
"path": "dist/after.cjs.production.min.js",
"limit": "20 KB"
},
{
"path": "dist/esm/*.esm.js",
"limit": "20 KB"
}
]
}
}

0 comments on commit 6c566ee

Please sign in to comment.