Skip to content

Commit

Permalink
fix: fix main field in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Justineo authored Oct 17, 2023
1 parent 87594f0 commit 083f146
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "monaco-volar",
"version": "0.4.0",
"description": "Vue support for monaco",
"main": "./dist/index.js",
"main": "./dist/lib/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
Expand Down Expand Up @@ -61,4 +61,4 @@
"dist",
"README.md"
]
}
}

0 comments on commit 083f146

Please sign in to comment.