Skip to content

Commit 726a209

Browse files
committed
feat: change minimum support to node v12+
1 parent 0e8f0ac commit 726a209

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"name": "lambda-log",
33
"version": "3.1.0",
4-
"description": "Lightweight logging library for any Node 10+ applications",
5-
"main": "index.js",
4+
"description": "Lightweight logging library for any Node 12+ applications",
65
"main": "dist/cjs/index.js",
76
"types": "dist/cjs/index.d.ts",
87
"exports": {
@@ -64,7 +63,7 @@
6463
},
6564
"homepage": "https://lambdalog.dev",
6665
"engines": {
67-
"node": ">=10.0.0"
66+
"node": ">=12"
6867
},
6968
"devDependencies": {
7069
"@commitlint/cli": "^13.2.1",

0 commit comments

Comments
 (0)