Skip to content

Commit

Permalink
Merge pull request #28 from Justineo/patch-1
Browse files Browse the repository at this point in the history
fix: fix `main` field in `package.json`
  • Loading branch information
Kingwl authored Dec 8, 2023
2 parents 87594f0 + 083f146 commit 99f6ee9
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 99f6ee9

Please sign in to comment.