Skip to content

Commit

Permalink
Added more packages to deal with npm@5
Browse files Browse the repository at this point in the history
  • Loading branch information
tmeasday committed Jun 7, 2017
1 parent 8cef3d5 commit 616a46d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion examples/react-native-vanilla/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,15 @@
"babel-preset-react-native": "1.9.2",
"jest": "20.0.4",
"react-test-renderer": "16.0.0-alpha.6",
"@storybook/addon-storyshots": "file:../../addons/storyshots",
"@storybook/addon-actions": "file:../../addons/actions",
"@storybook/addon-links": "file:../../addons/links",
"@storybook/addon-options": "file:../../addons/options",
"@storybook/addon-storyshots": "file:../../addons/storyshots",
"@storybook/addons": "file:../../lib/addons",
"@storybook/channels": "file:../../lib/channels",
"@storybook/channel-postmessage": "file:../../lib/channel-postmessage",
"@storybook/react-native": "file:../../app/react-native",
"@storybook/ui": "file:../../lib/ui",
"react-dom": "^15.5.4"
},
"jest": {
Expand Down

0 comments on commit 616a46d

Please sign in to comment.