Skip to content
This repository has been archived by the owner on Oct 7, 2022. It is now read-only.

Commit

Permalink
add react-motion to peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
yuki-takei committed Sep 16, 2019
1 parent c2f1ca8 commit f9a1171
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit f9a1171

Please sign in to comment.