Skip to content

Commit

Permalink
Update README.md (#1233)
Browse files Browse the repository at this point in the history
* Update README.md

* Update dev-packages/README.md

Co-authored-by: Martin Fleck <mfleck@eclipsesource.com>

---------

Co-authored-by: Martin Fleck <mfleck@eclipsesource.com>
  • Loading branch information
tortmayr and martin-fleck-at committed Feb 2, 2024
1 parent 6143ee7 commit e32e40e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-packages/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Eclipse GLSP - Dev Packages [![build-status](https://img.shields.io/jenkins/build?jobUrl=https://ci.eclipse.org/glsp/job/eclipse-glsp/job/glsp/job/master)](https://ci.eclipse.org/glsp/job/eclipse-glsp/job/glsp-client/job/master) [![build-status-server](https://img.shields.io/jenkins/build?jobUrl=https://ci.eclipse.org/glsp/job/deploy-npm-glsp-config/&label=publish)](https://ci.eclipse.org/glsp/job/deploy-npm-glsp-config/)

# Eclipse GLSP - Dev Packages [![build-status](https://img.shields.io/jenkins/build?jobUrl=https://ci.eclipse.org/glsp/job/eclipse-glsp/job/glsp/job/master)](https://ci.eclipse.org/glsp/job/eclipse-glsp/job/glsp-client/job/master)
Common shared development packages for Eclipse GLSP components that are implemented with Typescript.

## Components
Expand All @@ -13,6 +12,7 @@ Common shared development packages for Eclipse GLSP components that are implemen
- [`@eclipse-glsp/config-test`](./config-test//README.md): Provides a meta package that exports common test configuration object on top of `@eclipse-glsp/config`:
- [Mocha](https://www.npmjs.com/package/@eclipse-glsp/mocha-config) (`.mocharc`)
- [NYC](https://www.npmjs.com/package/@eclipse-glsp/nyc-config): (`.nycrc`)
- [`@eclipse-glsp/dev`](./dev//README.md): Provides an all-in-one meta package that includes `@eclipse-glsp/cli`, `@eclipse-glsp/config` and `@eclipse-glsp/config-dev`

The packages are available via npm and are used by all GLSP components implemented with Typescript.

Expand Down

0 comments on commit e32e40e

Please sign in to comment.