Skip to content

Commit

Permalink
fix permissions extension$
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-burel committed Mar 12, 2022
1 parent cd38a0f commit 200e2b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/permissions/package.json
Expand Up @@ -2,13 +2,13 @@
"name": "@vulcanjs/permissions",
"version": "0.5.4-alpha.9",
"description": "Vulcan permissions",
"main": "./dist/index.mjs",
"main": "./dist/index.js",
"files": [
"dist/"
],
"type": "module",
"exports": {
".": "./dist/index.mjs"
".": "./dist/index.js"
},
"types": "./dist/index.d.ts",
"scripts": {
Expand Down

0 comments on commit 200e2b5

Please sign in to comment.