Run prettier on example files and server.

This commit is contained in:
Dylan Vann 2017-04-18 01:51:34 -04:00
parent 2b73f9f514
commit d36b4b5c4b
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
"url": "git+https://github.com/DylanVann/react-native-fast-image.git" "url": "git+https://github.com/DylanVann/react-native-fast-image.git"
}, },
"scripts": { "scripts": {
"format": "prettier --write --no-semi --single-quote --trailing-comma all ./FastImage.js", "format": "prettier --write --no-semi --single-quote --trailing-comma all ./FastImage.js ./example/*.js ./server/*.js",
"test": "jest *.js" "test": "jest *.js"
}, },
"devDependencies": { "devDependencies": {