From ddd57d32e1dd05140d5ce33fb0dcfbac9acf93a6 Mon Sep 17 00:00:00 2001 From: Dylan Vann Date: Wed, 29 Nov 2017 22:29:43 -0500 Subject: [PATCH] Change to prepare script, remove changes to SDWebImage. --- ios/FastImage/FFFastImageView.h | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ios/FastImage/FFFastImageView.h b/ios/FastImage/FFFastImageView.h index 7d249c8..e98ed43 100644 --- a/ios/FastImage/FFFastImageView.h +++ b/ios/FastImage/FFFastImageView.h @@ -2,7 +2,7 @@ #import #import -#import +#import "FLAnimatedImageView.h" #import #import diff --git a/package.json b/package.json index ae8514f..d1f72ba 100644 --- a/package.json +++ b/package.json @@ -31,10 +31,10 @@ }, "scripts": { "format": "prettier --write --no-semi --single-quote --trailing-comma all ./FastImage.js ./example/*.js ./server/*.js", + "prepare": "git submodule update --init --recursive", "test": "yarn run test:pretty && yarn run test:jest", "test:jest": "jest *.js", - "test:pretty": "prettier-check --write --no-semi --single-quote --trailing-comma all ./FastImage.js ./example/*.js ./server/*.js", - "postinstall": "git clone https://github.com/rs/SDWebImage.git ios/Vendor/SDWebImage && cd ios/Vendor/SDWebImage && git submodule update --init --recursive && cd ../../.." + "test:pretty": "prettier-check --write --no-semi --single-quote --trailing-comma all ./FastImage.js ./example/*.js ./server/*.js" }, "dependencies": { "prop-types": "^15.5.10"