Comparing version 1.0.2 to 1.0.3
@@ -8,2 +8,3 @@ const watchifyRequest = require('watchify-request') | ||
const xtend = require('xtend') | ||
const path = require('path') | ||
const bl = require('bl') | ||
@@ -34,3 +35,4 @@ | ||
opts = opts || {} | ||
const defaultOpts = { basedir: __dirname } | ||
src = path.resolve(src) | ||
const defaultOpts = { basedir: path.dirname(src) } | ||
opts = xtend(defaultOpts, opts) | ||
@@ -37,0 +39,0 @@ |
{ | ||
"name": "bankai", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "DIY asset server", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
6836
62