Skip to content

Commit dcad952

Browse files
authored
chore: migrate to pnpm v11 (#6)
1 parent b6011d3 commit dcad952

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "stackblitz-zip",
33
"type": "module",
44
"version": "0.0.8",
5-
"packageManager": "pnpm@10.20.0",
5+
"packageManager": "pnpm@11.1.2",
66
"description": "Download StackBlitz projects programmatically",
77
"license": "MIT",
88
"repository": "stackblitz-labs/stackblitz.zip",

pnpm-workspace.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,10 @@ packages:
22
- app
33
- playground
44

5+
allowBuilds:
6+
contextify: false
7+
esbuild: false
8+
simple-git-hooks: true
9+
510
overrides:
611
stackblitz-zip: 'link:.'

0 commit comments

Comments
 (0)