Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
fix export config
Browse files Browse the repository at this point in the history
  • Loading branch information
Jinjiang committed Oct 21, 2022
1 parent 49522d7 commit 32b6eb3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"version": "0.7.0",
"description": "Utilities for accessibility (a11y) in Vue.js",
"type": "module",
"main": "./dist/vue-a11y-utils.umd.js",
"module": "./dist/vue-a11y-utils.mjs",
"main": "./dist/vue-a11y-utils.umd.cjs",
"module": "./dist/vue-a11y-utils.js",
"exports": {
".": {
"import": "./dist/vue-a11y-utils.mjs",
"require": "./dist/vue-a11y-utils.umd.js"
"import": "./dist/vue-a11y-utils.js",
"require": "./dist/vue-a11y-utils.umd.cjs"
}
},
"types": "types/index.d.ts",
Expand Down

0 comments on commit 32b6eb3

Please sign in to comment.