Skip to content

Commit

Permalink
update recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnachun committed Dec 18, 2024
1 parent f7b8301 commit 50a82d0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion recipes/aurelia-cli/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ requirements:
- {{ compiler('cxx') }}
- {{ stdlib('c') }}
- make
- nodejs # [build_platform != target_platform]
- nodejs
- pnpm
- pnpm-licenses
host:
Expand Down
2 changes: 1 addition & 1 deletion recipes/framework7-cli/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ requirements:
- {{ compiler('cxx') }}
- {{ stdlib('c') }}
- make
- nodejs # [build_platform != target_platform]
- nodejs
- pkg-config
- pnpm
- pnpm-licenses
Expand Down
2 changes: 1 addition & 1 deletion recipes/preact-cli/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ requirements:
- {{ compiler('cxx') }}
- {{ stdlib('c') }}
- make
- nodejs =20 # [build_platform != target_platform]
- nodejs =20
- pnpm
- pnpm-licenses
host:
Expand Down
2 changes: 1 addition & 1 deletion recipes/pwabuilder-cli/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ requirements:
- {{ compiler('cxx') }}
- {{ stdlib('c') }}
- make
- nodejs # [build_platform != target_platform]
- nodejs
- pnpm
- pnpm-licenses
host:
Expand Down

0 comments on commit 50a82d0

Please sign in to comment.