Skip to content

Commit

Permalink
Fix v3.0.0 missing type definition (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
zm-cttae committed Jan 18, 2024
1 parent a486c6f commit a137b66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"main": "./dist/src/main.js",
"browser": "./dist/src/main.js",
"types": "./dist/types/src/main.d.ts",
"types": "./dist/types/main.d.ts",
"bugs": "https://github.com/vsce-toolroom/vscode-textmate-languageservice/issues",
"scripts": {
"preinstall": "git submodule update --init",
Expand Down

0 comments on commit a137b66

Please sign in to comment.