Skip to content

Commit

Permalink
chore: engines + clean up scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
mbifulco committed Nov 12, 2024
1 parent e9037a7 commit d71804d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
"author": "Mike Bifulco <[email protected]>",
"license": "MIT",
"packageManager": "[email protected]",
"engines": {
"node": ">=20.10.0",
"pnpm": ">=9.6.0"
},
"scripts": {
"analyze": "ANALYZE=true next build",
"build": "next build && next-sitemap",
Expand All @@ -15,8 +19,7 @@
"start": "next start",
"test": "pnpm exec playwright test",
"lint": "eslint ./src ",
"lint-fix": "eslint ./src --fix",
"eslint-check": "eslint --print-config . | eslint-config-prettier-check"
"lint-fix": "eslint ./src --fix"
},
"dependencies": {
"@cloudinary/url-gen": "^1.21.0",
Expand Down

0 comments on commit d71804d

Please sign in to comment.