Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,10 @@ node_modules
.history
dist
/coverage

# Foreign lockfiles
bun.lock
bun.lockb
pnpm-lock.yaml
yarn.lock

2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Prerequisites

[Node.js](https://nodejs.org/) >= v20 must be installed. CI tests on Node 20, 22 and 24.
[Node.js](https://nodejs.org/) >= v20 and `npm` are required. CI tests on Node 20, 22 and 24 using `npm`. Other package managers (such as Bun, pnpm, or Yarn) are not supported to prevent lockfile drift.

## Installation

Expand Down
1 change: 1 addition & 0 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"private": true,
"version": "0.0.0",
"type": "module",
"packageManager": "npm@10.8.2",
"scripts": {
"dev": "vite",
"typecheck": "tsc --noEmit",
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"engines": {
"node": ">=20"
},
"packageManager": "npm@10.8.2",
"publishConfig": {
"access": "public"
},
Expand Down