Skip to content

Commit

Permalink
Update unified-language-server
Browse files Browse the repository at this point in the history
Closes GH-9.

Reviewed-by: Titus Wormer <[email protected]>
  • Loading branch information
remcohaszing authored Jun 25, 2022
1 parent 14b85c8 commit 8a63f2a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"index.js"
],
"dependencies": {
"unified-language-server": "^2.0.0"
"unified-language-server": "^3.0.0"
},
"devDependencies": {
"prettier": "^2.0.0",
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ consume this package.
## Install

This package is [ESM only](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c).
In Node.js (version 12.20+, 14.14+, or 16.0+), install with [npm][]:
In Node.js (version 14.14+, 16.0+, or 18.0+), install with [npm][]:

```sh
npm install remark-language-server
Expand All @@ -55,7 +55,7 @@ Practical examples are coming soon.

Projects maintained by the unified collective are compatible with all maintained
versions of Node.js.
As of now, that is Node.js 12.20+, 14.14+, and 16.0+.
As of now, that is Node.js 14.14+, 16.0+, and 18.0+.
Our projects sometimes work with older versions, but this is not guaranteed.

## Contribute
Expand Down

0 comments on commit 8a63f2a

Please sign in to comment.