Skip to content

Commit

Permalink
chore: chore: remove package.json exports field
Browse files Browse the repository at this point in the history
chore: remove package.json exports field

There is no need to use exports for single file export. fix #22
  • Loading branch information
credred committed Jul 19, 2023
1 parent 3450391 commit 34f2872
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@
"main": "./dist/vue-drag-select.umd.js",
"types": "./dist/index.d.ts",
"module": "./dist/vue-drag-select.es.js",
"exports": {
".": {
"import": "./dist/vue-drag-select.es.js",
"require": "./dist/vue-drag-select.umd.js"
}
},
"homepage": "https://github.com/credred/vue-drag-select#readme",
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit 34f2872

Please sign in to comment.