Skip to content

Commit

Permalink
fix: add package.json to exports (#2026)
Browse files Browse the repository at this point in the history
Co-authored-by: Philippe de Saint Chamas <philippe.desaintchamas@kili-technology.com>
  • Loading branch information
p-desaintchamas and Philippe de Saint Chamas committed May 27, 2023
1 parent da236a1 commit 09fd305
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -47,6 +47,7 @@
],
"exports": {
".": "./index.js",
"./package.json": "./package.json",
"./promise": "./promise.js",
"./promise.js": "./promise.js"
},
Expand Down

0 comments on commit 09fd305

Please sign in to comment.