Skip to content

Commit 1f7fb2f

Browse files
committed
fix: Drop npm from package.json engines config (fixes #476)
1 parent 431ce22 commit 1f7fb2f

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

docs/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ To start hacking `yaml`, this should get you set up:
3131
git clone https://github.com/eemeli/yaml.git # or your own fork
3232
cd yaml
3333
git submodule update --init # required by tests; also fetches the docs & playground
34-
npm install
34+
npm install # npm v7 or later is required
3535
npm test # just to be sure
3636
```
3737

package-lock.json

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@
9090
"typescript": "^5.0.3"
9191
},
9292
"engines": {
93-
"node": ">= 14",
94-
"npm": ">= 7"
93+
"node": ">= 14"
9594
}
9695
}

0 commit comments

Comments
 (0)