Skip to content

Commit

Permalink
feat: upload types
Browse files Browse the repository at this point in the history
  • Loading branch information
yuqian committed Mar 1, 2024
1 parent 95ea5f7 commit 9876a0a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"exports": {
".": {
"import": "./dist/vue3-slide-verify.es.js",
"require": "./dist/vue3-slide-verify.umd.js"
"require": "./dist/vue3-slide-verify.umd.js",
"types": "./index.d.ts"
},
"./dist/style.css": {
"import": "./dist/style.css",
Expand Down

0 comments on commit 9876a0a

Please sign in to comment.