Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

Commit

Permalink
remove npm v6 and node 12.x from engines field
Browse files Browse the repository at this point in the history
  • Loading branch information
Asjas committed Mar 28, 2022
1 parent 96beb70 commit 5157fd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@
}
],
"engines": {
"node": "^12.x || ^14.x || ^16.x",
"npm": "^6.x || ^7.x || ^8.x"
"node": "^14.x || ^16.x",
"npm": " ^7.x || ^8.x"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 5157fd3

Please sign in to comment.