Skip to content

Commit

Permalink
chore(lint-staged): fix target
Browse files Browse the repository at this point in the history
  • Loading branch information
akameco committed Jan 23, 2018
1 parent f6129ac commit e70e5ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -29,7 +29,7 @@
},
"lint-staged": {
"*.{js,json,md}": [
"fmt",
"prettier --write",
"git add"
]
},
Expand Down

0 comments on commit e70e5ba

Please sign in to comment.