Skip to content

Commit

Permalink
Merge pull request #105 from useplunk/dev-driaug-https-check
Browse files Browse the repository at this point in the history
Fix: Update required engines
  • Loading branch information
driaug authored Sep 28, 2024
2 parents 865a7dd + ce43951 commit b917dc8
Show file tree
Hide file tree
Showing 3 changed files with 901 additions and 2 deletions.
894 changes: 894 additions & 0 deletions .yarn/releases/yarn-4.3.0.cjs

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.3.0.cjs
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
"private": true,
"license": "agpl-3.0",
"workspaces": {
"packages": ["packages/*"]
"packages": [
"packages/*"
]
},
"engines": {
"npm": ">=6.14.x",
Expand Down Expand Up @@ -34,5 +36,6 @@
"generate": "prisma generate",
"services:up": "docker compose -f docker-compose.dev.yml up -d",
"services:down": "docker compose -f docker-compose.dev.yml down"
}
},
"packageManager": "[email protected]"
}

0 comments on commit b917dc8

Please sign in to comment.