Skip to content

Commit

Permalink
Relax dependencies semver range (chartjs#4891)
Browse files Browse the repository at this point in the history
Prevent duplicate version of moment.js (which is pretty large) when an app also depends on moment (with less strict semver range)
  • Loading branch information
jsg2021 authored and yofreke committed Dec 30, 2017
1 parent a9abfb9 commit a3d5917
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -49,7 +49,7 @@
"main": "Chart.js"
},
"dependencies": {
"chartjs-color": "~2.2.0",
"moment": "~2.19.1"
"chartjs-color": "^2.1.0",
"moment": "^2.10.2"
}
}

0 comments on commit a3d5917

Please sign in to comment.