Skip to content

Commit

Permalink
fix: types field
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Apr 18, 2021
1 parent 4a4d999 commit c353072
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/@vue-demi/use-mouse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.1",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"typings": "dist/esm/index.d.ts",
"types": "dist/esm/index.d.ts",
"license": "MIT",
"dependencies": {
"vue-demi": "latest"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"jsdelivr": "lib/index.iife.js",
"unpkg": "lib/index.iife.js",
"module": "lib/index.esm.js",
"typings": "lib/index.d.ts",
"types": "lib/index.d.ts",
"exports": {
".": {
"import": "./lib/index.esm.js",
Expand Down

0 comments on commit c353072

Please sign in to comment.