Skip to content

Commit

Permalink
fix: Drop npm from package.json engines config (fixes #476)
Browse files Browse the repository at this point in the history
  • Loading branch information
eemeli committed May 26, 2023
1 parent 431ce22 commit 1f7fb2f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ To start hacking `yaml`, this should get you set up:
git clone https://github.com/eemeli/yaml.git # or your own fork
cd yaml
git submodule update --init # required by tests; also fetches the docs & playground
npm install
npm install # npm v7 or later is required
npm test # just to be sure
```

Expand Down
3 changes: 1 addition & 2 deletions package-lock.json

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

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@
"typescript": "^5.0.3"
},
"engines": {
"node": ">= 14",
"npm": ">= 7"
"node": ">= 14"
}
}

0 comments on commit 1f7fb2f

Please sign in to comment.