Skip to content

Commit dc72f30

Browse files
committed
Add engines.node field to package.json, matching winston
1 parent 3fa46ff commit dc72f30

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,8 @@
4646
"nyc": "^15.1.0",
4747
"rimraf": "^5.0.5"
4848
},
49-
"types": "./index.d.ts"
49+
"types": "./index.d.ts",
50+
"engines": {
51+
"node": ">= 12.0.0"
52+
}
5053
}

0 commit comments

Comments
 (0)