diff --git a/package.json b/package.json index af8198d..5220122 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pokedex-challenge", - "version": "1.0.0", + "version": "1.2.0", "private": true, "scripts": { "android": "react-native run-android", @@ -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", @@ -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",