Skip to content

Commit 969226c

Browse files
committed
fix: verifyNodeEnv true by default
1 parent 9f37ad3 commit 969226c

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": "@secjs/utils",
3-
"version": "1.5.4",
3+
"version": "1.5.5",
44
"description": "",
55
"license": "MIT",
66
"author": "João Lenon",

src/Classes/Path.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export class Path {
1111
private static _tempBuild = null
1212
private static _forceBuild = false
1313
private static _defaultBuild = 'dist'
14-
private static _verifyNodeEnv = false
14+
private static _verifyNodeEnv = true
1515

1616
static noBuild() {
1717
this._tempBuild = '/'

0 commit comments

Comments
 (0)