mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-04 14:08:44 -04:00
fix(package): add engines field
This commit is contained in:
@@ -4,6 +4,9 @@
|
||||
"description": "Check for outdated packages",
|
||||
"main": "lib/index.js",
|
||||
"typings": "lib/index.d.ts",
|
||||
"engines": {
|
||||
"node": ">=4"
|
||||
},
|
||||
"files": [
|
||||
"lib"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user