@eclipse-glsp/dev 2.8.0-next.8 → 2.8.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 +1 -1
  2. package/package.json +6 -7
package/README.md CHANGED
@@ -19,7 +19,7 @@ The package is available via npm and can be used by all GLSP components implemen
19
19
  ## Install
20
20
 
21
21
  ```bash
22
- yarn add --dev @eclipse-glsp/dev
22
+ pnpm add --save-dev @eclipse-glsp/dev
23
23
  ```
24
24
 
25
25
  ## Usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eclipse-glsp/dev",
3
- "version": "2.8.0-next.8+99f935f",
3
+ "version": "2.8.0",
4
4
  "description": "All-in-one meta package that provides the GLSP development and test configuration packages, as well as the GLSP CLI package",
5
5
  "keywords": [
6
6
  "eclipse",
@@ -24,12 +24,11 @@
24
24
  }
25
25
  ],
26
26
  "dependencies": {
27
- "@eclipse-glsp/cli": "2.8.0-next.8+99f935f",
28
- "@eclipse-glsp/config": "2.8.0-next.8+99f935f",
29
- "@eclipse-glsp/config-test": "2.8.0-next.8+99f935f"
27
+ "@eclipse-glsp/cli": "2.8.0",
28
+ "@eclipse-glsp/config": "2.8.0",
29
+ "@eclipse-glsp/config-test": "2.8.0"
30
30
  },
31
31
  "publishConfig": {
32
32
  "access": "public"
33
- },
34
- "gitHead": "99f935f2fd63a309043b18e9668845186b2e0db9"
35
- }
33
+ }
34
+ }