@quailjs/quail-core
Advanced tools
Comparing version 0.0.7 to 0.0.8
@@ -46,3 +46,3 @@ #!/usr/bin/env node --harmony | ||
// Add the module that will output results to the console. | ||
buff.add(path.join(__dirname, 'build/runQuailOutputToConsole.js')); | ||
buff.add(path.join(__dirname, 'etc/runQuailOutputToConsole.js')); | ||
} | ||
@@ -49,0 +49,0 @@ buff.transform(babelify).bundle().pipe(fs.createWriteStream(path.join(cwd, filename))); |
{ | ||
"name": "@quailjs/quail-core", | ||
"description": "Quail, the framework", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"author": "Jesse Beach <jesse.r.beach@gmail.com>", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
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
184213