ddd-es-node
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -19,2 +19,5 @@ "use strict"; | ||
} | ||
if (initPath.indexOf('/node_modules/') > -1) { | ||
initPath = path.resolve(path.join(initPath, '/../../')); | ||
} | ||
return initPath; | ||
@@ -21,0 +24,0 @@ })(); |
{ | ||
"name": "ddd-es-node", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "ddd-es-node", | ||
@@ -17,3 +17,4 @@ "engineStrict": true, | ||
"test-only": "jest --coverage", | ||
"test:watch": "jest --watch" | ||
"test:watch": "jest --watch", | ||
"prepublishOnly": "npm run build" | ||
}, | ||
@@ -20,0 +21,0 @@ "dependencies": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
56242
1211