Skip to content

Commit

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

Reviewed-by: Titus Wormer <tituswormer@gmail.com>
  • Loading branch information
remcohaszing committed Jan 12, 2022
1 parent 73c03d2 commit b8795d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion index.js
Expand Up @@ -8,6 +8,7 @@ createUnifiedLanguageServer({
ignoreName: '.remarkignore',
packageField: 'remarkConfig',
pluginPrefix: 'remark',
plugins: ['remark-parse', 'remark-stringify'],
processorName: 'remark',
processorSpecifier: 'remark',
rcName: '.remarkrc'
})
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -29,7 +29,7 @@
"index.js"
],
"dependencies": {
"unified-language-server": "^1.0.0"
"unified-language-server": "^2.0.0"
},
"devDependencies": {
"prettier": "^2.0.0",
Expand Down

0 comments on commit b8795d6

Please sign in to comment.