Skip to content

Commit

Permalink
Merge pull request #49 from rebsgroup/master
Browse files Browse the repository at this point in the history
Upgrade chart.js version and bump version to 1.7.0
  • Loading branch information
Steven Edouard authored Mar 30, 2018
2 parents b5320b5 + f97b875 commit a69ca5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chartjs-node",
"version": "1.6.0",
"version": "1.7.0",
"description": "Create Chart.js chart images server-side",
"main": "index.js",
"directories": {
Expand Down Expand Up @@ -33,7 +33,7 @@
"stream-buffers": "^3.0.1"
},
"peerDependencies": {
"chart.js": "<=2.6.*"
"chart.js": "<=2.7.*"
},
"devDependencies": {
"grunt": "^1.0.1",
Expand Down

0 comments on commit a69ca5a

Please sign in to comment.