mirror of
https://github.com/kusti8/proton-native.git
synced 2026-05-15 14:15:50 -06:00
Remove bin from prettier
This commit is contained in:
parent
407ab4a9b6
commit
cf6891f133
1 changed files with 1 additions and 1 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue