Skip to content

Commit 0e9411f

Browse files
committedApr 17, 2019
fix: rename to draw-tree to avoid conflicts with tree command
1 parent 1af746c commit 0e9411f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed
 

‎package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
"name": "@escommunity/tree",
33
"version": "1.0.1",
44
"description": "Draw beautiful trees in your terminal",
5-
"bin": "tree.js",
5+
"bin": {
6+
"draw-tree": "tree.js"
7+
},
68
"scripts": {
79
"test": "echo \"Error: no test specified\" && exit 1"
810
},

‎tree.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/env node
1+
#!/usr/bin/env node
22

33
'use strict';
44

0 commit comments

Comments
 (0)
Please sign in to comment.