Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ce9ce86

Browse files
committed
Bump version of barFunnel and ChartJS. Fixes #3
1 parent 7d3fbe8 commit ce9ce86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Chart.BarFunnel.js",
33
"description": "Simple HTML5 charts using the canvas element.",
4-
"version": "0.1.0",
4+
"version": "0.2.0",
55
"license": "MIT",
66
"main": "src/chart.barfunnel.js",
77
"repository": {
@@ -25,6 +25,6 @@
2525
"vinyl-source-stream": "^1.1.0"
2626
},
2727
"dependencies": {
28-
"chart.js": "^2.1.0"
28+
"chart.js": "^2.4.0"
2929
}
3030
}

0 commit comments

Comments
 (0)