Skip to content

Commit

Permalink
[meta] add package.json to exports
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Dec 6, 2020
1 parent 269a384 commit dc024bd
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 @@ -9,7 +9,8 @@
".": "./index.js"
},
"./index.js"
]
],
"./package.json": "./package.json"
},
"scripts": {
"prepublish": "safe-publish-latest",
Expand Down

0 comments on commit dc024bd

Please sign in to comment.