Skip to content

Commit c1eba8a

Browse files
committed
Added engine version.
More explicit bin declaration.
1 parent 08985b6 commit c1eba8a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,13 @@
22
"name": "doxdox",
33
"description": "JSDoc to Bootstrap and Markdown documentation generator.",
44
"version": "1.1.1",
5-
"bin": "./bin/doxdox",
5+
"bin": {
6+
"doxdox": "./bin/doxdox"
7+
},
68
"preferGlobal": true,
9+
"engines": {
10+
"node": ">=4.0"
11+
},
712
"license": "MIT",
813
"dependencies": {
914
"chalk": "1.1.3",

0 commit comments

Comments
 (0)