Skip to content

Commit

Permalink
add specific npm engine
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronjorbin committed Apr 24, 2021
1 parent 9e608b3 commit 7ad7382
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"url": "https://github.com/wordpress/grunt-patch-wordpress/issues"
},
"engines": {
"node": ">= 12"
"node": ">=12",
"npm": ">=6.9"
},
"main": "Gruntfile.js",
"jest": {
Expand Down

0 comments on commit 7ad7382

Please sign in to comment.