diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json index 01aa895..75e4fe0 100644 --- a/package.json +++ b/package.json @@ -48,6 +48,9 @@ "type": "git", "url": "https://github.com/GitbookIO/gitbook.git" }, + "bin": { + "gitbook": "./bin/gitbook.js" + }, "keywords": [ "git", "book", |