Skip to content

Commit 7570e23

Browse files
committed
chore: fix browser path
1 parent d77774a commit 7570e23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"./src/http/fetch.js": "./src/http/fetch.browser.js",
1616
"./src/temp-dir.js": "./src/temp-dir.browser.js",
1717
"./src/path-join.js": "./src/path-join.browser.js",
18-
"./src/files/glob-source": false,
18+
"./src/files/glob-source.js": false,
1919
"./test/files/glob-source.spec.js": false,
2020
"electron-fetch": false,
2121
"fs": false

0 commit comments

Comments
 (0)