Skip to content

Commit

Permalink
Patterns: Remove the version enforcement for npm in engines field (#…
Browse files Browse the repository at this point in the history
…55245)

* Patterns: Remove the version enforcement for npm in `engines`

* Regenerate the lock file
  • Loading branch information
gziolo authored Oct 11, 2023
1 parent e125803 commit 869f7b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
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 packages/patterns/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
"url": "https://github.com/WordPress/gutenberg/issues"
},
"engines": {
"node": ">=16.0.0",
"npm": ">=8 <9"
"node": ">=16.0.0"
},
"main": "build/index.js",
"module": "build-module/index.js",
Expand Down

0 comments on commit 869f7b2

Please sign in to comment.