Remove bin from prettier

This commit is contained in:
Gustav Hansen 2018-02-12 14:31:53 -05:00 committed by GitHub
parent 407ab4a9b6
commit cf6891f133
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@
"main": "bin/index.js",
"scripts": {
"demo": "./node_modules/.bin/babel-node Demo.js",
"prettier": "prettier --single-quote --trailing-comma es5 --write '{src,bin}/**/*.js'",
"prettier": "prettier --single-quote --trailing-comma es5 --write 'src/**/*.js'",
"build": "./node_modules/.bin/babel src -d bin"
},
"repository": {