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 9f37ad3 commit 969226cCopy full SHA for 969226c
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@secjs/utils",
3
- "version": "1.5.4",
+ "version": "1.5.5",
4
"description": "",
5
"license": "MIT",
6
"author": "João Lenon",
src/Classes/Path.ts
@@ -11,7 +11,7 @@ export class Path {
11
private static _tempBuild = null
12
private static _forceBuild = false
13
private static _defaultBuild = 'dist'
14
- private static _verifyNodeEnv = false
+ private static _verifyNodeEnv = true
15
16
static noBuild() {
17
this._tempBuild = '/'
0 commit comments