Skip to content

Commit a1ec286

Browse files
committed
'bump'
1 parent 068a679 commit a1ec286

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": "dequanto",
3-
"version": "0.1.32",
3+
"version": "0.1.33",
44
"author": {
55
"name": "Alex Kit",
66
"email": "alex.kit@atmajs.com"

src/utils/$dependency.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export namespace $dependency {
1616
}
1717

1818
export function dirname () {
19-
if (typeof __dirname === 'undefined') {
19+
if (typeof __dirname !== 'undefined') {
2020
return __dirname;
2121
}
2222
//#if (CJS)

0 commit comments

Comments
 (0)