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 cf13681 commit 76e1089Copy full SHA for 76e1089
lib/requestwrapper.ts
@@ -24,7 +24,7 @@ import {
24
} from './helper';
25
import { PassThrough as readableStream } from 'stream';
26
27
-const pkgPath = require('../package.json');
+const pkg = require('../package.json');
28
const isBrowser = typeof window === 'object';
29
30
/**
0 commit comments