Skip to content

Commit

Permalink
Add main field for TS node resolution compatibility (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
connor4312 authored Aug 2, 2024
1 parent 4e9d3ad commit 609174a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions protocol/package-lock.json

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

5 changes: 3 additions & 2 deletions protocol/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vscode/lsif-protocol",
"description": "Typescript implementation of the LSIF protocol",
"version": "0.6.0-next.8",
"version": "0.6.0-next.9",
"author": "Microsoft Corporation",
"license": "MIT",
"repository": {
Expand All @@ -14,6 +14,7 @@
"engines": {
"node": ">=20.9.0"
},
"main": "./lib/main.js",
"exports": {
".": {
"types": "./lib/main.d.ts",
Expand All @@ -33,4 +34,4 @@
"all:publish": "git clean -xfd . && npm run clean && npm install && npm run compile:publish && npm run lint",
"compile:publish": "tsc -p ./tsconfig.publish.json"
}
}
}

0 comments on commit 609174a

Please sign in to comment.