summaryrefslogtreecommitdiffstats
path: root/bin/gitbook.js
diff options
context:
space:
mode:
Diffstat (limited to 'bin/gitbook.js')
-rwxr-xr-xbin/gitbook.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/bin/gitbook.js b/bin/gitbook.js
deleted file mode 100755
index 5cadbc9..0000000
--- a/bin/gitbook.js
+++ /dev/null
@@ -1,8 +0,0 @@
-#! /usr/bin/env node
-/* eslint-disable no-console */
-
-var color = require('bash-color');
-
-console.log(color.red('You need to install "gitbook-cli" to have access to the gitbook command anywhere on your system.'));
-console.log(color.red('If you\'ve installed this package globally, you need to uninstall it.'));
-console.log(color.red('>> Run "npm uninstall -g gitbook" then "npm install -g gitbook-cli"'));