Skip to content

Commit

Permalink
Bump dependencies and release new version (chartjs#351)
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann authored May 7, 2020
1 parent 93edcd2 commit 9fa7036
Show file tree
Hide file tree
Showing 5 changed files with 2,065 additions and 2,215 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ Run `npm install --save chartjs-plugin-zoom` to install with `npm`.
If including via a `<script>` tag, make sure to include `Hammer.js` as well:

```html
<script src="https://cdn.jsdelivr.net/npm/[email protected].1"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected].3"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected].4"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected].7"></script>
```

## Configuration
Expand Down
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ function bowerTask() {
}

function rollupTask(done) {
run('rollup/bin/rollup', ['-c'], done);
run('rollup/dist/bin/rollup', ['-c'], done);
}

/**
Expand Down
8 changes: 4 additions & 4 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,16 @@ module.exports = function(karma) {
},

files: [
{pattern: 'test/fixtures/**/*.js', included: false},
{pattern: 'test/fixtures/**/*.json', included: false},
{pattern: 'test/fixtures/**/*.png', included: false},
// {pattern: 'test/fixtures/**/*.js', included: false},
// {pattern: 'test/fixtures/**/*.json', included: false},
// {pattern: 'test/fixtures/**/*.png', included: false},
'node_modules/chart.js/dist/Chart.js',
'test/index.js',
'src/plugin.js'
].concat(args.inputs),

preprocessors: {
'test/fixtures/**/*.js': ['fixtures'],
// 'test/fixtures/**/*.js': ['fixtures'],
'test/specs/**/*.js': ['rollup'],
'test/index.js': ['rollup'],
'src/plugin.js': ['sources']
Expand Down
Loading

0 comments on commit 9fa7036

Please sign in to comment.