Skip to content

Commit

Permalink
Increase warning budget, lock TS version down, remove old NPM script
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisMBarr committed Nov 29, 2024
1 parent e647cf4 commit 581965d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"budgets": [
{
"type": "initial",
"maximumWarning": "600kb",
"maximumWarning": "750kb",
"maximumError": "1mb"
},
{
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

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

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"ng": "npm run genversion && ng",
"start": "npm run genversion && ng serve",
"build": "npm run genversion && ng build",
"build-gh-pages": "npm run genversion && npm run prerender",
"genversion": "npx genversion src/app/version.ts --es6 --semi",
"watch": "npm run genversion && ng build --watch --configuration development",
"test": "npm run genversion && ng test",
Expand Down Expand Up @@ -92,7 +91,7 @@
"prettier": "^3.4.1",
"prettier-plugin-tailwindcss": "^0.6.9",
"tailwindcss": "^3.4.15",
"typescript": "^5.6.3"
"typescript": "~5.6.3"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "*"
Expand Down

0 comments on commit 581965d

Please sign in to comment.