Skip to content

Commit

Permalink
shebang missing
Browse files Browse the repository at this point in the history
  • Loading branch information
mintuz committed Aug 26, 2016
1 parent c459662 commit ce1c5be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions bin/index.js
@@ -1,3 +1,5 @@
#!/usr/bin/env node

var program = require('commander'),
packageFile = require('../package.json'),
executeCommand = require('../libs/execute-command');
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "bb8-commander",
"version": "2.0.0",
"version": "2.0.1",
"description": "A Node CLI Tool for Sphero BB8 Robot.",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit ce1c5be

Please sign in to comment.