Skip to content

Commit 4722578

Browse files
committed
0.2.2
1 parent 7817261 commit 4722578

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "requirefire",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"author": "Harry Brundage",
55
"license": "MIT",
66
"repository": {

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const getImportGlobalsSrc = (ignore: string[] = []) => {
3030
try {
3131
eval("var " + key + ";");
3232
src += "var " + key + " = global." + key + ";\n";
33-
} catch (e) { }
33+
} catch (e) {}
3434
}
3535

3636
return src;

0 commit comments

Comments
 (0)