Selaa lähdekoodia

add peerDependencies

Yuki Takei 6 vuotta sitten
vanhempi
sitoutus
a1b9ba8140

+ 1 - 0
packages/growi-plugin-attachment-refs/README.md

@@ -11,6 +11,7 @@ Install
 
     ```bash
     yarn add growi-plugin-attachment-refs
+    yarn add -D react-images
     ```
 
 1. build client app (see official documents)

+ 4 - 2
packages/growi-plugin-attachment-refs/package.json

@@ -1,6 +1,6 @@
 {
   "name": "growi-plugin-attachment-refs",
-  "version": "1.0.0",
+  "version": "1.0.1",
   "description": "GROWI Plugin to add ref/refimg/refs/refsimg tags",
   "keywords": [
     "growi",
@@ -38,7 +38,9 @@
     "npm-run-all": "^4.1.5",
     "prettier-stylelint": "^0.4.2",
     "react": "^16.4.1",
-    "react-dom": "^16.4.1",
+    "react-dom": "^16.4.1"
+  },
+  "peerDependencies": {
     "react-images": "^1.0.0"
   },
   "engines": {