vue-apexcharts
Advanced tools
Comparing version 1.3.1 to 1.3.2
{ | ||
"name": "vue-apexcharts", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"description": "Vue.js wrapper for ApexCharts", | ||
@@ -26,14 +26,15 @@ "main": "dist/vue-apexcharts.js", | ||
"peerDependencies": { | ||
"apexcharts": "^3.0.0" | ||
"apexcharts": "^3.6.5" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.0.0", | ||
"@babel/core": "^7.4.0", | ||
"@babel/plugin-external-helpers": "^7.0.0", | ||
"@babel/plugin-proposal-decorators": "^7.0.0", | ||
"@babel/plugin-proposal-decorators": "^7.4.0", | ||
"@babel/plugin-transform-runtime": "^7.0.0", | ||
"@babel/preset-env": "^7.0.0", | ||
"@babel/preset-env": "^7.4.2", | ||
"rollup": "^0.64.1", | ||
"rollup-plugin-babel": "^4.0.3", | ||
"rollup-plugin-babel": "^4.3.2", | ||
"rollup-plugin-commonjs": "^9.1.8", | ||
"rollup-plugin-eslint": "^5.0.0", | ||
"rollup-plugin-copy": "^0.2.3", | ||
"rollup-plugin-eslint": "^5.1.0", | ||
"rollup-plugin-istanbul": "^2.0.1", | ||
@@ -40,0 +41,0 @@ "rollup-plugin-node-resolve": "^3.4.0", |
@@ -58,3 +58,3 @@ <p align="center"><img src="https://apexcharts.com/media/vue-apexcharts.png"></p> | ||
name: 'series-1', | ||
data: [30, 40, 45, 50, 49, 60, 70, 91] | ||
data: [30, 40, 35, 50, 49, 60, 70, 91] | ||
}] | ||
@@ -61,0 +61,0 @@ } |
import babel from 'rollup-plugin-babel'; | ||
import resolve from 'rollup-plugin-node-resolve'; | ||
import commonjs from 'rollup-plugin-commonjs'; | ||
import copy from 'rollup-plugin-copy'; | ||
@@ -12,2 +13,6 @@ let pluginOptions = [ | ||
exclude: 'node_modules/**' | ||
}), | ||
copy({ | ||
'typings': 'dist', | ||
verbose: true | ||
}) | ||
@@ -14,0 +19,0 @@ ]; |
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
52694
31
531
14