Skip to content
This repository was archived by the owner on Jan 18, 2025. It is now read-only.

Commit b771cc7

Browse files
author
Ernest
committed
build: only support LTS and current Node version
BREAKING CHANGE: no longer support Node 10, 12
1 parent ac61715 commit b771cc7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
10
1+
14

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "object-visualizer",
33
"version": "4.1.0",
44
"engines": {
5-
"node": ">=10"
5+
"node": "^14 || ^16 || >=18"
66
},
77
"description": "Visualize JSON object to DOM.",
88
"main": "dist/object-visualizer.cjs.min.js",

0 commit comments

Comments
 (0)