Sort package.json.
This commit is contained in:
parent
57f43ed2fc
commit
8609a4d7c0
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue