We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e8f0ac commit 726a209Copy full SHA for 726a209
package.json
@@ -1,8 +1,7 @@
1
{
2
"name": "lambda-log",
3
"version": "3.1.0",
4
- "description": "Lightweight logging library for any Node 10+ applications",
5
- "main": "index.js",
+ "description": "Lightweight logging library for any Node 12+ applications",
6
"main": "dist/cjs/index.js",
7
"types": "dist/cjs/index.d.ts",
8
"exports": {
@@ -64,7 +63,7 @@
64
63
},
65
"homepage": "https://lambdalog.dev",
66
"engines": {
67
- "node": ">=10.0.0"
+ "node": ">=12"
68
69
"devDependencies": {
70
"@commitlint/cli": "^13.2.1",
0 commit comments