Skip to content

Commit

Permalink
[Fix] add missing "exports"
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Dec 2, 2019
1 parent aa54a61 commit d212907
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
"version": "1.0.0",
"description": "Store information about any JS value in a side channel. Uses WeakMap if available.",
"main": "index.js",
"exports": {
".": [
{
"default": "./index.js"
},
"./index.js"
]
},
"scripts": {
"prepublish": "safe-publish-latest",
"lint": "eslint .",
Expand Down

0 comments on commit d212907

Please sign in to comment.