mirror of
https://github.com/bendtherules/react-to-markdown.git
synced 2026-08-18 13:53:11 +00:00
Add dep - React to use helpers
Using helpers like React.children.toArray in renderer TODO: Its should be latter set as peerDependency
This commit is contained in:
+3
-1
@@ -29,7 +29,9 @@
|
||||
"watch": "npm run build -- --watch",
|
||||
"watch:test": "jest --watch"
|
||||
},
|
||||
"dependencies": {},
|
||||
"dependencies": {
|
||||
"react": "^16.12.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^23.3.3",
|
||||
"@types/node": "^10.11.4",
|
||||
|
||||
Reference in New Issue
Block a user