From f9a117140a846471055f9ab569ea6512d5094fab Mon Sep 17 00:00:00 2001 From: Yuki Takei Date: Tue, 17 Sep 2019 05:23:23 +0900 Subject: [PATCH] add react-motion to peerDependencies --- README.md | 2 +- package.json | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5a2523d..03625d5 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Install ```bash yarn add growi-plugin-attachment-refs - yarn add -D react-images + yarn add -D react-images react-motion ``` 1. build client app (see official documents) diff --git a/package.json b/package.json index 8ee50c2..ac73b19 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "growi-plugin-attachment-refs", - "version": "1.0.1", + "version": "1.0.2", "description": "GROWI Plugin to add ref/refimg/refs/refsimg tags", "keywords": [ "growi", @@ -41,7 +41,8 @@ "react-dom": "^16.4.1" }, "peerDependencies": { - "react-images": "^1.0.0" + "react-images": "^1.0.0", + "react-motion": "^0.5.2" }, "engines": { "node": ">=8.11.1 <11",