Skip to content

Commit

Permalink
remove storybook deps as theyre not being used
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei committed Jul 19, 2020
1 parent d522bdb commit eb22fe5
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pokedex-challenge",
"version": "1.0.0",
"version": "1.2.0",
"private": true,
"scripts": {
"android": "react-native run-android",
Expand All @@ -10,8 +10,7 @@
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint .",
"storybook": "start-storybook -p 7007"
"lint": "eslint ."
},
"dependencies": {
"react": "16.11.0",
Expand All @@ -31,11 +30,6 @@
"@babel/core": "^7.6.2",
"@babel/runtime": "^7.6.2",
"@react-native-community/eslint-config": "^0.0.5",
"@storybook/addon-actions": "^5.3.19",
"@storybook/addon-links": "^5.3.19",
"@storybook/addons": "^5.3.19",
"@storybook/react-native": "^5.3.19",
"@storybook/react-native-server": "^5.3.19",
"babel-jest": "^24.9.0",
"babel-loader": "^8.1.0",
"eslint": "^6.5.1",
Expand Down

0 comments on commit eb22fe5

Please sign in to comment.