Comparing version 0.13.0 to 0.13.1
@@ -121,3 +121,4 @@ var fs = require('fs'); | ||
createEntity: function( name, options ){ | ||
var fPath = path.join( options.projectFolder || '.', name); | ||
var fPath = options.projectFolder || process.cwd(); | ||
//var fPath = path.join( options.projectFolder || '.', name); | ||
var fPathFn = path.join.bind( path, fPath ); | ||
@@ -124,0 +125,0 @@ |
{ | ||
"name": "floca", | ||
"version": "0.13.0", | ||
"version": "0.13.1", | ||
"description": "Enterprise-grade microservice solution for NodeJS", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
151932
1807