From d42e4c11d825850033df5eb01f28b89a3b565714 Mon Sep 17 00:00:00 2001 From: hypnos Date: Wed, 1 Nov 2017 02:06:22 +0300 Subject: [PATCH] Fix lint --- examples/crna-kitchen-sink/package.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/examples/crna-kitchen-sink/package.json b/examples/crna-kitchen-sink/package.json index 58dcc045f1f1..8d4a33c03459 100644 --- a/examples/crna-kitchen-sink/package.json +++ b/examples/crna-kitchen-sink/package.json @@ -9,14 +9,15 @@ "@storybook/addon-options": "file:../../packs/storybook-addon-options.tgz", "@storybook/addon-storyshots": "file:../../packs/storybook-addon-storyshots.tgz", "@storybook/addons": "file:../../packs/storybook-addons.tgz", - "@storybook/channels": "file:../../packs/storybook-channels.tgz", "@storybook/channel-postmessage": "file:../../packs/storybook-channel-postmessage.tgz", + "@storybook/channels": "file:../../packs/storybook-channels.tgz", "@storybook/components": "file:../../packs/storybook-components.tgz", "@storybook/react-native": "file:../../packs/storybook-react-native.tgz", "@storybook/ui": "file:../../packs/storybook-ui.tgz", - "react-native-scripts": "1.1.0", "jest-expo": "^22.0.0", - "react-test-renderer": "~16.0.0" + "react-native-scripts": "1.1.0", + "react-test-renderer": "~16.0.0", + "webpack": "^3.8.1" }, "main": "./node_modules/react-native-scripts/build/bin/crna-entry.js", "scripts": {