Skip to content

Commit

Permalink
[breaking] add "exports"
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Sep 22, 2022
1 parent 5b18ec4 commit 2f159b1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Expand Up @@ -3,6 +3,10 @@
"version": "0.0.1",
"description": "human-readable TAP summarizer",
"main": "index.js",
"exports": {
".": "./index.js",
"./package.json": "./package.json"
},
"bin": {
"faucet": "bin/cmd.js"
},
Expand Down

0 comments on commit 2f159b1

Please sign in to comment.