diff --git a/.gitignore b/.gitignore index d435d79..b66b47f 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ # Dependency directory # https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git node_modules +.idea diff --git a/package.json b/package.json index 239f735..5a3e44e 100644 --- a/package.json +++ b/package.json @@ -65,5 +65,9 @@ }, "dependencies": { "prop-types": "^15.5.10" + }, + "peerDependencies": { + "react": "*", + "react-native": "*" } }