diff options
author | Soreine <nicolas@gitbook.com> | 2016-12-02 16:01:35 +0100 |
---|---|---|
committer | Soreine <nicolas@gitbook.com> | 2016-12-02 16:01:35 +0100 |
commit | 4aae18617bf52279e78e4d2193f7f6c7c4e722a4 (patch) | |
tree | c508bb94590b7e5fdb69a0977c5777d27676f55f | |
parent | 6d009445765ba91310a9c731ff3ddab24db652fc (diff) | |
download | gitbook-4aae18617bf52279e78e4d2193f7f6c7c4e722a4.zip gitbook-4aae18617bf52279e78e4d2193f7f6c7c4e722a4.tar.gz gitbook-4aae18617bf52279e78e4d2193f7f6c7c4e722a4.tar.bz2 |
plugin-search: Remove react dependency
-rw-r--r-- | packages/gitbook-plugin-search/package.json | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/packages/gitbook-plugin-search/package.json b/packages/gitbook-plugin-search/package.json index db5e9ae..3914a2a 100644 --- a/packages/gitbook-plugin-search/package.json +++ b/packages/gitbook-plugin-search/package.json @@ -5,8 +5,7 @@ "browser": "./_assets/theme.js", "version": "4.0.0", "dependencies": { - "gitbook-core": "4.0.0", - "react": "^15.3.2" + "gitbook-core": "4.0.0" }, "devDependencies": { "gitbook-plugin": "4.0.0", @@ -28,4 +27,4 @@ "bugs": { "url": "https://github.com/GitbookIO/gitbook/issues" } -}
\ No newline at end of file +} |