Skip to content

Commit

Permalink
[meta] fix incorrect ./package.json exports entry
Browse files Browse the repository at this point in the history
Fixes #89
  • Loading branch information
ljharb committed Oct 2, 2020
1 parent e562d4f commit ecede4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"./index.js"
],
"./package": "./package.json",
"./package.json": "./package"
"./package.json": "./package.json"
},
"directories": {
"lib": ".",
Expand Down

0 comments on commit ecede4c

Please sign in to comment.