linear-ls 1.0.4 → 1.0.5

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 +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -13,8 +13,8 @@ npm i -g linear-ls
13
13
  If you use `lspconfig`, add the following:
14
14
 
15
15
  ```lua
16
- if not lspconfigconfigs.lls then
17
- lspconfigconfigs.lls = {
16
+ if not lspconfigconfigs.linear_ls then
17
+ lspconfigconfigs.linear_ls = {
18
18
  default_config = {
19
19
  cmd = { "linear-ls", "--stdio" },
20
20
  filetypes = { "typescript" },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "linear-ls",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "Linear Language Server",
5
5
  "bin": "index.js",
6
6
  "main": "index.js",
@@ -10,7 +10,7 @@
10
10
  "language",
11
11
  "productivity"
12
12
  ],
13
- "repository": "https://github.com/wilhelmeek/lls",
13
+ "repository": "https://github.com/wilhelmeek/linear-ls",
14
14
  "author": "wilhelm <helm@hey.com>",
15
15
  "license": "MIT",
16
16
  "files": [