diff options
-rw-r--r-- | package.json | 3 | ||||
-rwxr-xr-x | theme/README.md | 7 |
2 files changed, 2 insertions, 8 deletions
diff --git a/package.json b/package.json index 453e4f4..fb4a610 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,8 @@ "commander": "2.2.0", "fs-extra": "0.8.1", "highlight.js": "8.0.0", - "tmp": "0.0.23" + "tmp": "0.0.23", + "semver": "2.2.1" }, "devDependencies": { "mocha": "1.18.2", diff --git a/theme/README.md b/theme/README.md deleted file mode 100755 index e707afe..0000000 --- a/theme/README.md +++ /dev/null @@ -1,7 +0,0 @@ -# GitBook Theme - -For creating a theme for GitBook, just copy this folder. The theme folder should at least contains two folders: `assets` and `templates`. - -The theme can be changed using the option ```--theme=<path>``` - -#### Warning! Theme system is going to change before version 1.0.0 |