Browse Source

remove npm from engines

Yuki Takei 1 year ago
parent
commit
ba4a68fa5c
1 changed files with 0 additions and 1 deletions
  1. 0 1
      package.json

+ 0 - 1
package.json

@@ -111,7 +111,6 @@
   },
   "engines": {
     "node": "^18 || ^20",
-    "npm": ">=9.6 <10",
     "pnpm": ">=9.4 <10"
   }
 }