@willbooster/prettier-config 10.2.5 → 10.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +4 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,9 +1,10 @@
1
1
  # prettier-config
2
2
 
3
3
  A prettier config file for my repositories.
4
- You need to do the following command to install peer dependencies.
4
+ Install the package and its peer dependencies.
5
5
 
6
- ```
7
- yarn add -D prettier \
6
+ ```sh
7
+ yarn add -D @willbooster/prettier-config \
8
+ prettier \
8
9
  prettier-plugin-java
9
10
  ```
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@willbooster/prettier-config",
3
- "version": "10.2.5",
3
+ "version": "10.4.0",
4
4
  "description": "Prettier config for WillBooster projects",
5
5
  "repository": {
6
6
  "type": "git",
7
- "url": "https://github.com/WillBooster/willbooster-configs.git",
7
+ "url": "git+https://github.com/WillBooster/willbooster-configs.git",
8
8
  "directory": "packages/prettier-config"
9
9
  },
10
10
  "license": "Apache-2.0",