From 8609a4d7c0be7f33f317bee952f3598c89e850bf Mon Sep 17 00:00:00 2001 From: Dylan Vann Date: Tue, 8 May 2018 16:30:08 -0400 Subject: [PATCH] Sort package.json. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0b0979e..643910a 100644 --- a/package.json +++ b/package.json @@ -33,8 +33,8 @@ "format": "prettier --write ./*.js ./ReactNativeFastImageExample/FastImage/*.js ./react-native-fast-image-server/*.js", "prepare": "git submodule update --init --recursive", "test": "yarn run test:format && yarn run test:jest", - "test:jest": "jest *.js", - "test:format": "prettier-check ./*.js ./ReactNativeFastImageExample/FastImage/*.js ./react-native-fast-image-server/*.js" + "test:format": "prettier-check ./*.js ./ReactNativeFastImageExample/FastImage/*.js ./react-native-fast-image-server/*.js", + "test:jest": "jest *.js" }, "dependencies": { "prop-types": "^15.5.10"