diff options
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 26ca48f..07b8dcc 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "gitbook", "version": "0.0.0", "description": "Library and cmd utility to generate GitBooks", - "main": "index.js", + "main": "lib/index.js", "dependencies": { "q": "1.0.1", "lodash": "2.4.1", |