Skip to content

Commit

Permalink
Add engines.node field to package.json, matching winston
Browse files Browse the repository at this point in the history
  • Loading branch information
DABH committed Oct 13, 2023
1 parent 3fa46ff commit dc72f30
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,8 @@
"nyc": "^15.1.0",
"rimraf": "^5.0.5"
},
"types": "./index.d.ts"
"types": "./index.d.ts",
"engines": {
"node": ">= 12.0.0"
}
}

0 comments on commit dc72f30

Please sign in to comment.