Skip to content

Commit 57edc80

Browse files
authored
Add imports map for Bare (#40)
1 parent c6f8466 commit 57edc80

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

package.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,16 @@
1111
"index.js",
1212
"browser.js"
1313
],
14+
"imports": {
15+
"fs": {
16+
"bare": "bare-fs",
17+
"default": "fs"
18+
},
19+
"path": {
20+
"bare": "bare-path",
21+
"default": "fs"
22+
}
23+
},
1424
"dependencies": {
1525
"random-access-storage": "^3.0.0"
1626
},

0 commit comments

Comments
 (0)