Skip to content

Commit

Permalink
fix: provide exports without condition
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 authored Dec 22, 2021
1 parent 34c3fcf commit 27afa67
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
"repository": "nuxt-community/strapi-module",
"license": "MIT",
"exports": {
".": {
"import": "./dist/module.mjs"
}
".": "./dist/module.mjs"
},
"main": "./dist/module.mjs",
"types": "./dist/module.d.ts",
Expand Down

0 comments on commit 27afa67

Please sign in to comment.