Skip to content

Commit 609174a

Browse files
authored
Add main field for TS node resolution compatibility (#192)
1 parent 4e9d3ad commit 609174a

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

protocol/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

protocol/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vscode/lsif-protocol",
33
"description": "Typescript implementation of the LSIF protocol",
4-
"version": "0.6.0-next.8",
4+
"version": "0.6.0-next.9",
55
"author": "Microsoft Corporation",
66
"license": "MIT",
77
"repository": {
@@ -14,6 +14,7 @@
1414
"engines": {
1515
"node": ">=20.9.0"
1616
},
17+
"main": "./lib/main.js",
1718
"exports": {
1819
".": {
1920
"types": "./lib/main.d.ts",
@@ -33,4 +34,4 @@
3334
"all:publish": "git clean -xfd . && npm run clean && npm install && npm run compile:publish && npm run lint",
3435
"compile:publish": "tsc -p ./tsconfig.publish.json"
3536
}
36-
}
37+
}

0 commit comments

Comments
 (0)