@jspreadsheet/charts
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -8,12 +8,12 @@ /** | ||
if (!jSuites && typeof(require) === 'function') { | ||
if (! jSuites && typeof(require) === 'function') { | ||
var jSuites = require('jsuites'); | ||
} | ||
if (!lemonade && typeof(require) === 'function') { | ||
if (! lemonade && typeof(require) === 'function') { | ||
var lemonade = require('lemonade'); | ||
} | ||
if (!Chart && typeof(require) === 'function') { | ||
var Chart = require('chart.js'); | ||
if (! Chart && typeof(require) === 'function') { | ||
var Chart = require('chart.js/dist/chart.js'); | ||
} | ||
@@ -20,0 +20,0 @@ |
@@ -36,3 +36,3 @@ { | ||
"main": "dist/index.js", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"bugs": "https://github.com/jspreadsheet/pro/issues", | ||
@@ -39,0 +39,0 @@ "homepage": "https://github.com/jspreadsheet/pro", |
13368