Skip to content

Commit 9fa7036

Browse files
authored
Bump dependencies and release new version (#351)
1 parent 93edcd2 commit 9fa7036

File tree

5 files changed

+2065
-2215
lines changed

5 files changed

+2065
-2215
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ Run `npm install --save chartjs-plugin-zoom` to install with `npm`.
1414
If including via a `<script>` tag, make sure to include `Hammer.js` as well:
1515

1616
```html
17-
<script src="https://cdn.jsdelivr.net/npm/[email protected].1"></script>
17+
<script src="https://cdn.jsdelivr.net/npm/[email protected].3"></script>
1818
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
19-
<script src="https://cdn.jsdelivr.net/npm/[email protected].4"></script>
19+
<script src="https://cdn.jsdelivr.net/npm/[email protected].7"></script>
2020
```
2121

2222
## Configuration

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ function bowerTask() {
6565
}
6666

6767
function rollupTask(done) {
68-
run('rollup/bin/rollup', ['-c'], done);
68+
run('rollup/dist/bin/rollup', ['-c'], done);
6969
}
7070

7171
/**

karma.conf.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,16 @@ module.exports = function(karma) {
4444
},
4545

4646
files: [
47-
{pattern: 'test/fixtures/**/*.js', included: false},
48-
{pattern: 'test/fixtures/**/*.json', included: false},
49-
{pattern: 'test/fixtures/**/*.png', included: false},
47+
// {pattern: 'test/fixtures/**/*.js', included: false},
48+
// {pattern: 'test/fixtures/**/*.json', included: false},
49+
// {pattern: 'test/fixtures/**/*.png', included: false},
5050
'node_modules/chart.js/dist/Chart.js',
5151
'test/index.js',
5252
'src/plugin.js'
5353
].concat(args.inputs),
5454

5555
preprocessors: {
56-
'test/fixtures/**/*.js': ['fixtures'],
56+
// 'test/fixtures/**/*.js': ['fixtures'],
5757
'test/specs/**/*.js': ['rollup'],
5858
'test/index.js': ['rollup'],
5959
'src/plugin.js': ['sources']

0 commit comments

Comments
 (0)