[go: up one dir, main page]

Skip to content

Commit

Permalink
fixed types file path (#702)
Browse files Browse the repository at this point in the history
  • Loading branch information
troy351 authored Apr 6, 2023
1 parent eae6326 commit 3654c06
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 @@ -4,7 +4,7 @@
"description": "Emmet — the essential toolkit for web-developers",
"main": "./dist/emmet.cjs",
"module": "./dist/emmet.es.js",
"types": "./dist/src/index.d.ts",
"types": "./dist/index.d.ts",
"type": "module",
"exports": {
"import": "./dist/emmet.es.js",
Expand Down

0 comments on commit 3654c06

Please sign in to comment.