Skip to content

Commit f08fe3f

Browse files
authored
Merge pull request #284 from barak007/patch-1
2 parents ff16fc2 + be875f9 commit f08fe3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/util/process-browser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
"use strict";
77

8-
exports.process = {
8+
module.exports = {
99
versions: {},
1010
nextTick(fn) {
1111
const args = Array.prototype.slice.call(arguments, 1);

0 commit comments

Comments
 (0)