Sort package.json.

This commit is contained in:
Dylan Vann 2018-05-08 16:30:08 -04:00
parent 57f43ed2fc
commit 8609a4d7c0
1 changed files with 2 additions and 2 deletions

View File

@ -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"