diff options
author | Ludovico Fischer <livrerie@gmail.com> | 2015-02-05 19:42:49 +0100 |
---|---|---|
committer | Ludovico Fischer <livrerie@gmail.com> | 2015-02-05 19:43:29 +0100 |
commit | 03ff892727f06dd3891ca0ead93bf2a957f99d9b (patch) | |
tree | d754ff3785eae4c0e95d7d5d0e5e0efc608e82c2 /lib/index.js | |
parent | 8cc0f64f54acae6fd16dbb7916029942a94fd46d (diff) | |
download | gitbook-03ff892727f06dd3891ca0ead93bf2a957f99d9b.zip gitbook-03ff892727f06dd3891ca0ead93bf2a957f99d9b.tar.gz gitbook-03ff892727f06dd3891ca0ead93bf2a957f99d9b.tar.bz2 |
Use tiny-lr instead of old unmaintained fork.
Diffstat (limited to 'lib/index.js')
-rw-r--r-- | lib/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/index.js b/lib/index.js index 31af646..95abd43 100644 --- a/lib/index.js +++ b/lib/index.js @@ -1,7 +1,7 @@ var Q = require("q"); var _ = require("lodash"); var path = require("path"); -var tinylr = require('tiny-lr-fork'); +var tinylr = require('tiny-lr'); var color = require('bash-color'); var Book = require("./book"); |