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

Commit

Permalink
npm: added exports and sideeffects
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowtime2000 committed Nov 26, 2020
1 parent 71d9839 commit 4aad83c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@
"type": "git",
"url": "git+https://github.com/aidenybai/lucia.git"
},
"exports": {
"require": "./dist/index.cjs.min.js",
"import": "./dist/index.esm.min.js",
"node": "./dist/index.cjs.min.js",
"default": "./dist/index.cjs.min.js"
},
"sideEffects": false,
"keywords": [
"lucia",
"lucia.js",
Expand Down

0 comments on commit 4aad83c

Please sign in to comment.