Skip to content

Commit 8a70739

Browse files
committed
fix: Homogenize export paths
1 parent fcc56f1 commit 8a70739

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
"url": "https://github.com/CodinGame/monaco-languageclient-wrapper"
1616
},
1717
"moduleResolution": "node",
18-
"main": "dist/index.js",
19-
"module": "dist/index.js",
18+
"main": "./dist/index.js",
19+
"module": "./dist/index.js",
2020
"files": [
2121
"dist/",
2222
"stats.html"
2323
],
24-
"types": "dist/index.d.ts",
24+
"types": "./dist/index.d.ts",
2525
"dependencies": {
2626
"@codingame/monaco-editor-wrapper": "^1.14.5",
2727
"@codingame/monaco-jsonrpc": "^0.4.0",

0 commit comments

Comments
 (0)