Skip to content

Commit

Permalink
Merge pull request #1 from mediamonks/feature/add-prettier-as-peer-de…
Browse files Browse the repository at this point in the history
…pendency

add prettier as a peerDependency
  • Loading branch information
Paul authored Feb 10, 2022
2 parents 0c48d25 + 4836ea9 commit 4af9318
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules/
36 changes: 36 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,8 @@
},
"license": "MIT",
"author": "Media.Monks",
"main": "main.json"
"main": "main.json",
"peerDependencies": {
"prettier": ">=2"
}
}

0 comments on commit 4af9318

Please sign in to comment.