diff options
author | Johan Preynat <johan.preynat@gmail.com> | 2016-10-09 00:58:30 +0200 |
---|---|---|
committer | Johan Preynat <johan.preynat@gmail.com> | 2016-10-09 00:58:30 +0200 |
commit | 5a57a2c62ad67210143bfe5dd96dd1605b3724f6 (patch) | |
tree | 94cef22779ea438a44eaf3fa3b201456652d7005 /packages/gitbook-plugin-headings | |
parent | 4cfffb26f265ce1af71e1f34dc0a9468ad0caaf1 (diff) | |
parent | 2d429b731b7ebbf6480f62efa379dad48ee7bdee (diff) | |
download | gitbook-5a57a2c62ad67210143bfe5dd96dd1605b3724f6.zip gitbook-5a57a2c62ad67210143bfe5dd96dd1605b3724f6.tar.gz gitbook-5a57a2c62ad67210143bfe5dd96dd1605b3724f6.tar.bz2 |
Merge remote-tracking branch 'origin/dream' into dream
# Conflicts:
# packages/gitbook-plugin-headings/package.json
Diffstat (limited to 'packages/gitbook-plugin-headings')
-rw-r--r-- | packages/gitbook-plugin-headings/package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/gitbook-plugin-headings/package.json b/packages/gitbook-plugin-headings/package.json index dc2fbcd..3eb8b76 100644 --- a/packages/gitbook-plugin-headings/package.json +++ b/packages/gitbook-plugin-headings/package.json @@ -3,13 +3,13 @@ "description": "Automatically add anchors to headings", "main": "index.js", "browser": "./_assets/plugin.js", - "version": "1.0.0", + "version": "4.0.0", "dependencies": { "classnames": "^2.2.5", - "gitbook-core": "^0.0.0" + "gitbook-core": "^4.0.0" }, "devDependencies": { - "gitbook-plugin": "*" + "gitbook-plugin": "4.0.0" }, "engines": { "gitbook": ">=3.0.0" |