diff options
author | Samy Pessé <samypesse@gmail.com> | 2014-04-06 05:25:22 +0200 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2014-04-06 05:25:22 +0200 |
commit | cc096d225332ad779a414bb74c00e03c08d40c09 (patch) | |
tree | 375ae73ea8b3c042be23981118429ae4e8794bb8 /lib | |
parent | a4c1cf93340eb3938ef39b9d455892ae0afcd4ce (diff) | |
download | gitbook-cc096d225332ad779a414bb74c00e03c08d40c09.zip gitbook-cc096d225332ad779a414bb74c00e03c08d40c09.tar.gz gitbook-cc096d225332ad779a414bb74c00e03c08d40c09.tar.bz2 |
Rename Index.js to index.js
Diffstat (limited to 'lib')
-rw-r--r-- | lib/generate/pdf/index.js (renamed from lib/generate/pdf/Index.js) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/generate/pdf/Index.js b/lib/generate/pdf/index.js index e331633..185eabd 100644 --- a/lib/generate/pdf/Index.js +++ b/lib/generate/pdf/index.js @@ -53,4 +53,4 @@ Generator.prototype.finish = function() { }); }; -module.exports = Generator;
\ No newline at end of file +module.exports = Generator; |