Skip to content

Commit

Permalink
fix: remove prettier configuration
Browse files Browse the repository at this point in the history
fix #30
  • Loading branch information
osdevisnot committed Jan 1, 2020
1 parent 093f603 commit 3511991
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,8 @@ const writePackage = async (template, { user, email }) => {
start: 'klap start',
watch: 'klap watch',
},
prettier: '@osdevisnot/prettier',
devDependencies: {
[cli.name]: cli.version,
'@osdevisnot/prettier': cli.devDependencies['@osdevisnot/prettier'],
},
});
if (template !== 'js') {
Expand Down

0 comments on commit 3511991

Please sign in to comment.