@eclipse-glsp/prettier-config 1.1.0-RC06 → 1.1.0-next.11abc3d.138

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 +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -19,7 +19,7 @@ yarn add --dev @eclipse-glsp/prettier-config
19
19
  }
20
20
  ```
21
21
 
22
- **Or add a `.prettierrc.json` to the workspace root**:
22
+ **Or add a `.prettierrc` to the workspace root**:
23
23
 
24
24
  ```json
25
25
  "@eclipse-glsp/prettier-config"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eclipse-glsp/prettier-config",
3
- "version": "1.1.0-RC06",
3
+ "version": "1.1.0-next.11abc3d.138+11abc3d",
4
4
  "description": "Shared Prettier configuration for GLSP projects",
5
5
  "keywords": [
6
6
  "eclipse",
@@ -26,10 +26,10 @@
26
26
  ],
27
27
  "main": "index.json",
28
28
  "dependencies": {
29
- "prettier-plugin-packagejson": "^2.3.0"
29
+ "prettier-plugin-packagejson": "~2.4.3"
30
30
  },
31
31
  "publishConfig": {
32
32
  "access": "public"
33
33
  },
34
- "gitHead": "7a955a424094da88dd9ed43d14c78926de9a6722"
34
+ "gitHead": "11abc3dd03711d69c15ef4705257df2dee54a2db"
35
35
  }