We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c1cf29 commit f09ff88Copy full SHA for f09ff88
packages/remix-node/install.js
@@ -1,8 +1,8 @@
1
/* eslint-disable */
2
-'use strict';
+"use strict";
3
4
-var globals = require('./dist/globals.js');
+var globals = require("./dist/globals.js");
5
6
-Object.defineProperty(exports, '__esModule', { value: true });
+Object.defineProperty(exports, "__esModule", { value: true });
7
8
globals.installGlobals();
packages/remix-node/package.json
@@ -13,7 +13,9 @@
13
"license": "MIT",
14
"main": "dist/index.js",
15
"typings": "dist/index.d.ts",
16
- "sideEffects": ["./install.js"],
+ "sideEffects": [
17
+ "./install.js"
18
+ ],
19
"dependencies": {
20
"@remix-run/server-runtime": "1.15.0",
21
"@remix-run/web-fetch": "^4.3.2",
0 commit comments