Skip to content

Commit

Permalink
declare supported archs for npm
Browse files Browse the repository at this point in the history
  • Loading branch information
vanyauhalin committed Dec 16, 2024
1 parent 882cb3a commit 61ae0b1
Show file tree
Hide file tree
Showing 3 changed files with 1,769 additions and 1,758 deletions.
5 changes: 5 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
; When a Windows user installs dependencies, pnpm adds a tarball URL to its lock
; file. It is not entirely clear why this occurs, whether it is due to a
; specific user setting or pnpm's default behavior. In any case, explicitly
; enabling this setting avoids noise in commits.
lockfile-include-tarball-url=true
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,11 @@
"stylelint": "16.8.2",
"tsx": "4.16.5",
"typescript": "5.4.5"
},
"pnpm": {
"supportedArchitectures": {
"os": ["current", "darwin", "win32"],
"cpu": ["arm64", "x64"]
}
}
}
Loading

0 comments on commit 61ae0b1

Please sign in to comment.