Skip to content

Commit

Permalink
Remove LSP entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
kitten committed Jan 13, 2024
1 parent 94bb242 commit d4e4758
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 34 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,3 @@ package-lock.json
.DS_Store

/tsconfig.vitest-temp.json
/lsp
9 changes: 1 addition & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
"files": [
"LICENSE.md",
"README.md",
"dist/",
"lsp/"
"dist/"
],
"exports": {
".": {
Expand All @@ -21,12 +20,6 @@
"require": "./dist/gql-tada.js",
"source": "./src/index.ts"
},
"./lsp": {
"types": "./dist/graphqlsp.d.ts",
"import": "./dist/graphqlsp.module.js",
"require": "./dist/graphqlsp.js",
"source": "./src/lsp/index.ts"
},
"./package.json": "./package.json"
},
"dependencies": {
Expand Down
18 changes: 16 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 0 additions & 23 deletions src/lsp/index.ts

This file was deleted.

0 comments on commit d4e4758

Please sign in to comment.