Skip to content

Commit

Permalink
build - 3.15.6
Browse files Browse the repository at this point in the history
  • Loading branch information
junedchhipa committed Feb 13, 2020
1 parent be25978 commit dd24e9a
Show file tree
Hide file tree
Showing 7 changed files with 376 additions and 164 deletions.
2 changes: 1 addition & 1 deletion build/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const svgo = require('rollup-plugin-svgo')
const strip = require('@rollup/plugin-strip')
const { terser } = require('rollup-plugin-terser')

const version = process.env.VERSION || require('../package.json').version
const version = require('../package.json').version

const resolvePath = (p) => path.resolve(__dirname, '../', p)

Expand Down
4 changes: 2 additions & 2 deletions dist/apexcharts.amd.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/apexcharts.common.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/apexcharts.esm.js

Large diffs are not rendered by default.

Loading

0 comments on commit dd24e9a

Please sign in to comment.