Skip to content

Commit

Permalink
Fixed: Module setup with latest pr
Browse files Browse the repository at this point in the history
  • Loading branch information
dhershman1 committed Dec 29, 2023
1 parent c19a90e commit 4305c9c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@
"version": "5.0.0",
"description": "A simple vue directive for debounce",
"module": "src/index.js",
"exports": {
"import": "./dist/vue-debounce.min.mjs",
"require": "./dist/vue-debounce.min.js",
"types": "./types/index.d.ts"
},
"types": "types/index.d.ts",
"type": "module",
"unpkg": "dist/vueDebounce.min.js",
Expand Down

0 comments on commit 4305c9c

Please sign in to comment.