react-element-queries
react-element-queries copied to clipboard
List react and prop-types as dependencies
Source code imports both 'react' and 'prop-types' modules, but doesn't list them in package.json. I think you should consider listing them as dependencies, either peer or regular, whichever you prefer.
Right!