We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c459662 commit ce1c5beCopy full SHA for ce1c5be
bin/index.js
@@ -1,3 +1,5 @@
1
+#!/usr/bin/env node
2
+
3
var program = require('commander'),
4
packageFile = require('../package.json'),
5
executeCommand = require('../libs/execute-command');
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",
6
"bin": {
0 commit comments