From 93dc560e9d42687aecb0dbc3d5d9b2e2dc6af02f Mon Sep 17 00:00:00 2001 From: EvolutionX Date: Thu, 2 Jun 2022 16:33:17 +0530 Subject: [PATCH] style(*): fixed prettier issues --- .prettierignore | 1 + CHANGELOG.md | 19 ++++++++----------- README.md | 2 +- package.json | 5 ++++- 4 files changed, 14 insertions(+), 13 deletions(-) create mode 100644 .prettierignore diff --git a/.prettierignore b/.prettierignore new file mode 100644 index 0000000..6d2eaaa --- /dev/null +++ b/.prettierignore @@ -0,0 +1 @@ +.github/ \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 97d9dbd..ebdffae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,24 +4,21 @@ All notable changes to this project will be documented in this file. See [standa ### [0.1.1](https://github.com/sern-handler/cli/compare/v0.1.0...v0.1.1) (2022-05-09) - ### Features -* added help command ([ca23d17](https://github.com/sern-handler/cli/commit/ca23d17670663b62e23849e2350deef208bfc100)) -* cli is now functional ([5021d28](https://github.com/sern-handler/cli/commit/5021d28bca6ebe1cb4a548f5e595b1220f222c98)) - +- added help command ([ca23d17](https://github.com/sern-handler/cli/commit/ca23d17670663b62e23849e2350deef208bfc100)) +- cli is now functional ([5021d28](https://github.com/sern-handler/cli/commit/5021d28bca6ebe1cb4a548f5e595b1220f222c98)) ### Bug Fixes -* prettier things ([1265224](https://github.com/sern-handler/cli/commit/1265224bb9f93cb104915be50c1c2ea1e3924955)) -* removed useless line ([f268b1c](https://github.com/sern-handler/cli/commit/f268b1c62fd4d5823d483a33cfef2e2d7f7b127c)) +- prettier things ([1265224](https://github.com/sern-handler/cli/commit/1265224bb9f93cb104915be50c1c2ea1e3924955)) +- removed useless line ([f268b1c](https://github.com/sern-handler/cli/commit/f268b1c62fd4d5823d483a33cfef2e2d7f7b127c)) ## 0.1.0 (2022-04-21) - ### Features -* added actions and formatting stuff ([b302a8b](https://github.com/sern-handler/cli/commit/b302a8b362257fb2cea72b7e1fc66bea351c511f)) -* bump all files to GitHub 🎉 ([01b39ad](https://github.com/sern-handler/cli/commit/01b39ad9b78f0a67e23ba66c10262082675eeed5)) -* more questions, better handling, better ui ([f931802](https://github.com/sern-handler/cli/commit/f9318024bb4c62cee1a7ddfc6af4117c22ca6020)) -* refactored code and added custom handling of commands ([0e97b7d](https://github.com/sern-handler/cli/commit/0e97b7db8afed7f625eeb0a43aa992441ab49b39)) +- added actions and formatting stuff ([b302a8b](https://github.com/sern-handler/cli/commit/b302a8b362257fb2cea72b7e1fc66bea351c511f)) +- bump all files to GitHub 🎉 ([01b39ad](https://github.com/sern-handler/cli/commit/01b39ad9b78f0a67e23ba66c10262082675eeed5)) +- more questions, better handling, better ui ([f931802](https://github.com/sern-handler/cli/commit/f9318024bb4c62cee1a7ddfc6af4117c22ca6020)) +- refactored code and added custom handling of commands ([0e97b7d](https://github.com/sern-handler/cli/commit/0e97b7db8afed7f625eeb0a43aa992441ab49b39)) diff --git a/README.md b/README.md index 0ce1bb8..c4ca306 100644 --- a/README.md +++ b/README.md @@ -33,4 +33,4 @@ When you install the CLI, you can use our commands with **sern** prefix. ## Stats -![Alt](https://repobeats.axiom.co/api/embed/5eb8cf0f79fecee29cc81cd2eca5f6321981304e.svg 'Feel free to contribute') +![Alt](https://repobeats.axiom.co/api/embed/5eb8cf0f79fecee29cc81cd2eca5f6321981304e.svg "Feel free to contribute") diff --git a/package.json b/package.json index 378a75e..c50d442 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,10 @@ "bot", "discord.js" ], - "author": "Allyedge", + "contributors": [ + "EvolutionX-10", + "Allyedge" + ], "license": "ISC", "bugs": { "url": "https://github.com/sern-handler/cli/issues"