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 068a679 commit a1ec286Copy full SHA for a1ec286
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "dequanto",
3
- "version": "0.1.32",
+ "version": "0.1.33",
4
"author": {
5
"name": "Alex Kit",
6
"email": "alex.kit@atmajs.com"
src/utils/$dependency.ts
@@ -16,7 +16,7 @@ export namespace $dependency {
16
}
17
18
export function dirname () {
19
- if (typeof __dirname === 'undefined') {
+ if (typeof __dirname !== 'undefined') {
20
return __dirname;
21
22
//#if (CJS)
0 commit comments