Skip to content

Commit

Permalink
Add imports map for Bare (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperisager committed Feb 2, 2024
1 parent c6f8466 commit 57edc80
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,16 @@
"index.js",
"browser.js"
],
"imports": {
"fs": {
"bare": "bare-fs",
"default": "fs"
},
"path": {
"bare": "bare-path",
"default": "fs"
}
},
"dependencies": {
"random-access-storage": "^3.0.0"
},
Expand Down

0 comments on commit 57edc80

Please sign in to comment.