From 6b2c1046ddd2b2e4e928198d8a265cbc06321a89 Mon Sep 17 00:00:00 2001 From: Laurin Quast Date: Wed, 28 Feb 2018 17:39:23 +0100 Subject: [PATCH] Use ranges --- .../AppIcon.appiconset/Contents.json | 15 +++++++++++++++ package.json | 10 +++++----- 2 files changed, 20 insertions(+), 5 deletions(-) diff --git a/examples/video-caching/ios/VideoCaching/Images.xcassets/AppIcon.appiconset/Contents.json b/examples/video-caching/ios/VideoCaching/Images.xcassets/AppIcon.appiconset/Contents.json index 118c98f7..19882d56 100644 --- a/examples/video-caching/ios/VideoCaching/Images.xcassets/AppIcon.appiconset/Contents.json +++ b/examples/video-caching/ios/VideoCaching/Images.xcassets/AppIcon.appiconset/Contents.json @@ -1,5 +1,15 @@ { "images" : [ + { + "idiom" : "iphone", + "size" : "20x20", + "scale" : "2x" + }, + { + "idiom" : "iphone", + "size" : "20x20", + "scale" : "3x" + }, { "idiom" : "iphone", "size" : "29x29", @@ -29,6 +39,11 @@ "idiom" : "iphone", "size" : "60x60", "scale" : "3x" + }, + { + "idiom" : "ios-marketing", + "size" : "1024x1024", + "scale" : "1x" } ], "info" : { diff --git a/package.json b/package.json index 8efc041c..4a9033ef 100644 --- a/package.json +++ b/package.json @@ -25,11 +25,11 @@ "url": "git@github.com:brentvatne/react-native-video.git" }, "devDependencies": { - "babel-eslint": "8.2.2", - "eslint": "4.18.1", - "eslint-config-airbnb": "16.1.0", - "eslint-plugin-react": "7.7.0", - "jest-cli": "22.4.2" + "babel-eslint": "^8.2.2", + "eslint": "^4.18.1", + "eslint-config-airbnb": "^16.1.0", + "eslint-plugin-react": "^7.7.0", + "jest-cli": "^22.4.2" }, "dependencies": { "keymirror": "0.1.1",