Skip to content

Commit

Permalink
Update chartjs-color dependency (chartjs#4733)
Browse files Browse the repository at this point in the history
Enforce dependencies minor versions (tilde symbol: include everything greater than a particular version in the same minor range).
  • Loading branch information
simonbrunel authored and etimberg committed Sep 9, 2017
1 parent c45d8f8 commit f3a1bca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -48,7 +48,7 @@
"main": "Chart.js"
},
"dependencies": {
"chartjs-color": "^2.1.0",
"moment": "^2.18.1"
"chartjs-color": "~2.2.0",
"moment": "~2.18.0"
}
}

0 comments on commit f3a1bca

Please sign in to comment.