Comparing version 1.0.0 to 1.0.1
@@ -13,3 +13,3 @@ var fs = require('fs'); | ||
bundle.getDependencies().forEach(function(depPath) { | ||
var bundlePath = path.join(depPath, 'Nodebundle.js'); | ||
var bundlePath = path.join(depPath, 'Bundlefile.js'); | ||
@@ -16,0 +16,0 @@ if (fs.existsSync(bundlePath)) { |
{ | ||
"name": "nbundler", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A internal dependency manager", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -23,7 +23,7 @@ # nbundler | ||
/ | ||
Nodebundle.js | ||
Bundlefile.js | ||
lib | ||
server.js | ||
deps | ||
Nodebundle.js | ||
Bundlefile.js | ||
pagarme-core | ||
@@ -30,0 +30,0 @@ lib |
@@ -8,3 +8,3 @@ var fs = require('fs'); | ||
while (searchPath != '/') { | ||
var bundlePath = path.join(searchPath, 'Nodebundle.js'); | ||
var bundlePath = path.join(searchPath, 'Bundlefile.js'); | ||
@@ -11,0 +11,0 @@ if (fs.existsSync(bundlePath)) { |
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