c3-chart-maker
Advanced tools
Comparing version 0.0.9 to 0.0.10
11
index.js
@@ -25,5 +25,2 @@ // | ||
console.log('PWD: ' + process.cwd()); | ||
console.log('__dirname: ' + __dirname); | ||
options = options || {}; | ||
@@ -39,7 +36,2 @@ | ||
nightmare.on('page', function () { | ||
console.log('page event'); | ||
console.log(arguments); | ||
}); | ||
nightmare.on('console', function (type, message) { | ||
@@ -60,5 +52,2 @@ | ||
} | ||
console.log('console'); | ||
console.log(arguments); | ||
}); | ||
@@ -65,0 +54,0 @@ |
{ | ||
"name": "c3-chart-maker", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"description": "A Node.js module and CLI tool for rendering a chart from a CSV file using a C3 spec.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/codecapers/c3-chart-maker", |
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
3
3
1445141
57
24053