Skip to content

Commit

Permalink
Merge pull request #525 from MrSnoozles/patch-1
Browse files Browse the repository at this point in the history
Add package.json to exports
  • Loading branch information
motdotla authored May 5, 2021
2 parents 0275932 + 264c3d6 commit 2c1534e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"main": "lib/main.js",
"exports": {
".": "./lib/main.js",
"./config": "./config.js"
"./config": "./config.js",
"./package.json": "./package.json"
},
"types": "types/index.d.ts",
"scripts": {
Expand Down

0 comments on commit 2c1534e

Please sign in to comment.