Skip to content

Commit

Permalink
fix: move plugins to optionalDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nelson6e65 committed Oct 10, 2023
1 parent 5d98a62 commit 6b53062
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
9 changes: 6 additions & 3 deletions package-lock.json

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

12 changes: 7 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@elegantech/prettier-multi-config",
"version": "0.0.0",
"version": "0.0.0-development",
"type": "module",
"description": "Pre-configuration builder for Prettier 3 to support multiple file formats.",
"repository": {
"type": "git",
"url": "https://github.com/elegantech/prettier-multi-config.git"
"url": "git+https://github.com/elegantech/prettier-multi-config.git"
},
"author": {
"email": "nelson6e65@gmail.com",
Expand Down Expand Up @@ -74,14 +74,16 @@
"test:ui": "vitest --ui"
},
"peerDependencies": {
"prettier": "^3.0.0",
"prettier-plugin-pkg": ">= 0.18.0"
"prettier": "^3.0.0"
},
"dependencies": {
"tslib": "^2.6.2"
},
"optionalDependencies": {
"@prettier/plugin-php": "^0.20.1"
"@prettier/plugin-php": ">= 0.20.1",
"prettier-plugin-organize-imports": "^3.2.3",
"prettier-plugin-pkg": ">= 0.18.0",
"prettier-plugin-sh": ">= 0.13.1"
},
"devDependencies": {
"@types/node": "^18.17.15",
Expand Down

0 comments on commit 6b53062

Please # to comment.