Skip to content

Commit

Permalink
Merge pull request #8 from vmpowerio/fix-5
Browse files Browse the repository at this point in the history
Set peer dependency to [email protected].*
  • Loading branch information
sedouard committed Dec 11, 2016
2 parents 2b6c5db + abd363d commit 2556a12
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.0.5",
"version": "1.1.1",
"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.*.*"
"chart.js": "2.3.*"
},
"devDependencies": {
"grunt": "^1.0.1",
Expand Down

0 comments on commit 2556a12

Please sign in to comment.