diff options
author | Samy Pesse <samypesse@gmail.com> | 2016-12-04 19:46:54 +0100 |
---|---|---|
committer | Samy Pesse <samypesse@gmail.com> | 2016-12-04 19:46:54 +0100 |
commit | 7d05f8cb89790dc5d30442ce8d6dbd6c7d2edeba (patch) | |
tree | 330a1992aebcbfb2a3ae1ef29da587dd776b70c4 /packages/gitbook-plugin-search | |
parent | 9d3c397446653addb3a78c68bbfe56470e92bf33 (diff) | |
download | gitbook-7d05f8cb89790dc5d30442ce8d6dbd6c7d2edeba.zip gitbook-7d05f8cb89790dc5d30442ce8d6dbd6c7d2edeba.tar.gz gitbook-7d05f8cb89790dc5d30442ce8d6dbd6c7d2edeba.tar.bz2 |
Update ied@2.3.6 and ad trailing newline in package.json
Diffstat (limited to 'packages/gitbook-plugin-search')
-rw-r--r-- | packages/gitbook-plugin-search/package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/gitbook-plugin-search/package.json b/packages/gitbook-plugin-search/package.json index 3914a2a..ef4ae9e 100644 --- a/packages/gitbook-plugin-search/package.json +++ b/packages/gitbook-plugin-search/package.json @@ -5,7 +5,8 @@ "browser": "./_assets/theme.js", "version": "4.0.0", "dependencies": { - "gitbook-core": "4.0.0" + "gitbook-core": "4.0.0", + "react": "^15.4.1" }, "devDependencies": { "gitbook-plugin": "4.0.0", |