diff options
author | Samy Pessé <samypesse@gmail.com> | 2015-01-23 15:25:13 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2015-01-23 15:25:13 +0100 |
commit | 0fc34e0a351186bf26740c0635977a6590975e0a (patch) | |
tree | 7f64903146e3aabb19e7ba6f709584de9a8e5665 | |
parent | df16f3d90dc79366dd5cb30a6a91aa480397833f (diff) | |
download | gitbook-0fc34e0a351186bf26740c0635977a6590975e0a.zip gitbook-0fc34e0a351186bf26740c0635977a6590975e0a.tar.gz gitbook-0fc34e0a351186bf26740c0635977a6590975e0a.tar.bz2 |
Use npm version of gitbook-parsers
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index ad8060a..72aee56 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "resolve": "0.6.3", "fs-extra": "0.14.0", "fstream-ignore": "1.0.2", - "gitbook-parsers": "1.0.0", + "gitbook-parsers": "0.1.0", "nunjucks": "git+https://github.com/SamyPesse/nunjucks.git#4019d1b7379372336b86ce1b0bf84352a2029747", "nunjucks-autoescape": "0.1.0", "nunjucks-filter": "0.1.0", |