Skip to content

Commit

Permalink
add react-test-renderer as dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
John Rodriguez authored and John Rodriguez committed Apr 28, 2017
1 parent f871cc0 commit 072f7ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/storyshots/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"react": "^15.5.4",
"react-dom": "^15.5.4"
"react-dom": "^15.5.4",
"react-test-renderer": "^15.5.4"
},
"dependencies": {
"@kadira/storybook": "*",
Expand Down

0 comments on commit 072f7ed

Please sign in to comment.