Skip to content
This repository was archived by the owner on May 3, 2024. It is now read-only.

Commit 5cf6f67

Browse files
committed
Added Node.js min version.
1 parent ad70336 commit 5cf6f67

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"description": "Dox parser plugin for doxdox.",
44
"version": "1.0.4",
55
"main": "index.js",
6+
"engines": {
7+
"node": ">=4.0"
8+
},
69
"license": "MIT",
710
"dependencies": {
811
"dox": "0.9.0"

0 commit comments

Comments
 (0)