Skip to content

Commit

Permalink
add executables
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Pacheco committed Apr 4, 2012
1 parent 12462e1 commit a533c3c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Expand Up @@ -3,6 +3,11 @@
"version": "0.0.1",
"description": "stack visualization tools",
"main": "./lib/stackvis.js",
"bin": {
"flamegraph": "./cmd/flamegraph",
"stackcollapse": "./cmd/stackcollapse",
"stackvis": "./cmd/stackvis"
},

"repository": {
"type": "git",
Expand Down

0 comments on commit a533c3c

Please sign in to comment.