Skip to content

Commit

Permalink
add bin key to package.json, remove shebang on index.js, now on bin/s…
Browse files Browse the repository at this point in the history
…warm
  • Loading branch information
ianshward committed Jul 25, 2012
1 parent 5863de1 commit 4a8501b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions bin/swarm
@@ -0,0 +1,3 @@
#!/usr/bin/env node

require('../index.js');
1 change: 0 additions & 1 deletion index.js 100755 → 100644
@@ -1,4 +1,3 @@
#!/usr/bin/env node
// A tool for working with swarms of MapBox servers.

var Step = require('step');
Expand Down
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -7,6 +7,7 @@
"url": ""
},
"main": "index.js",
"bin": "./bin/swarm",
"engines": {
"node": "0.4.x || 0.6.x"
},
Expand Down

0 comments on commit 4a8501b

Please sign in to comment.