Skip to content

Commit

Permalink
[Breaking] add "exports"
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jan 7, 2022
1 parent 1e8d387 commit 0c41fdd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Expand Up @@ -3,6 +3,9 @@
"version": "1.1.5",
"description": "Use `npx aud` instead of `npm audit`, whether you have a lockfile or not!",
"bin": "./bin.js",
"exports": {
"./package.json": "./package.json"
},
"scripts": {
"prepublish": "not-in-publish || npm run prepublishOnly",
"prepublishOnly": "safe-publish-latest",
Expand Down

0 comments on commit 0c41fdd

Please sign in to comment.