diff options
author | Samy Pessé <samypesse@gmail.com> | 2015-10-21 18:05:40 +0200 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2015-10-21 18:05:40 +0200 |
commit | 27a43d5aea920faefc01caac9c8e5a60fa05097b (patch) | |
tree | 7efad6611750626cf2c32147bcff33760827e536 /package.json | |
parent | 4e90becd525e88905c44d3f8a3984885c7c9014d (diff) | |
parent | df1d5a06802154c5b6fb922c73365d2afceaecd9 (diff) | |
download | gitbook-27a43d5aea920faefc01caac9c8e5a60fa05097b.zip gitbook-27a43d5aea920faefc01caac9c8e5a60fa05097b.tar.gz gitbook-27a43d5aea920faefc01caac9c8e5a60fa05097b.tar.bz2 |
Merge pull request #986 from GitbookIO/fix/heading_ids
Normalize ID for headings
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/package.json b/package.json index f12dec2..5eff3b0 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "resolve": "0.6.3", "fs-extra": "0.16.5", "fstream-ignore": "1.0.2", - "gitbook-parsers": "0.8.5", + "gitbook-parsers": "0.8.7", "gitbook-plugin-highlight": "1.0.3", "gitbook-plugin-sharing": "1.0.1", "gitbook-plugin-search": "1.0.2", @@ -39,7 +39,8 @@ "juice": "1.5.0", "jsonschema": "1.0.2", "json-schema-defaults": "0.1.1", - "merge-defaults": "0.2.1" + "merge-defaults": "0.2.1", + "github-slugid": "1.0.0" }, "devDependencies": { "eslint": "1.5.0", |