Skip to content

Commit

Permalink
Fix safer-buffer entry export
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalton committed Oct 6, 2024
1 parent 5a15ccc commit 4cdcc26
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions packages/npm/safer-buffer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
"types": "./dangerous.d.ts",
"default": "./dangerous.js"
},
"./safer": {
"types": "./safer.d.ts",
"default": "./safer.js"
},
"./package.json": "./package.json"
},
"sideEffects": false,
Expand Down
6 changes: 3 additions & 3 deletions test/npm/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4cdcc26

Please sign in to comment.