Skip to content

Commit

Permalink
Fix Dep Graph For Browserify
Browse files Browse the repository at this point in the history
  • Loading branch information
crb02005 committed Jul 13, 2022
1 parent a458b83 commit c95dfc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if (typeof Buffer === "undefined") {
}

if (typeof process === "undefined") {
(global || window).process = require("process");
(global || window).process = require("process/");
}

if (!process.version) {
Expand Down

0 comments on commit c95dfc1

Please sign in to comment.